syncing breakout of files

This commit is contained in:
ipvsean
2020-03-09 13:49:24 -04:00
parent 007609af89
commit e3ef145d99
9 changed files with 142 additions and 135 deletions

View File

@@ -4,7 +4,11 @@
connection: local
tasks:
- name: install demo
include_role:
name: "../roles/generate_readme"
debug:
msg: "{{item.key}}"
loop: "{{ hostvars['localhost']|dict2items }}"
when: "item.key[:8] != 'ansible_'"
# - name: install demo
# include_role:
# name: "../roles/generate_readme"