Skip to content

Instantly share code, notes, and snippets.

@printesoi
Created July 27, 2017 08:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save printesoi/c07f8acd2e294e3704a21c022cbbccf7 to your computer and use it in GitHub Desktop.
Save printesoi/c07f8acd2e294e3704a21c022cbbccf7 to your computer and use it in GitHub Desktop.
---
- hosts: localhost
vars:
list:
- ala
- bala
- portocala
tasks:
- include: r1-include.yml
vars:
var: "{{ item }}"
with_items: "{{ list }}"
- include: r1-include.yml
vars:
var: foo
- name: Task 4
debug:
var: inventory_dir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment