Skip to content

Instantly share code, notes, and snippets.

@printesoi
Created July 27, 2017 08:30
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/161afc828d2e35b455a6ec8c38792318 to your computer and use it in GitHub Desktop.
Save printesoi/161afc828d2e35b455a6ec8c38792318 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 }}"
- 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