Created
July 27, 2017 08:30
-
-
Save printesoi/161afc828d2e35b455a6ec8c38792318 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- 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