syncing fix

thanks @sstanovnik
This commit is contained in:
sean cavanaugh
2021-06-07 16:16:21 -04:00
parent f2dc2841d5
commit 9962eeaf66
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
- name: set facts from role vars
set_fact:
demo_list: "{{ job_template_definitions|map(attribute='key')|list }}"
demo_list: "{{ job_template_definitions|dict2items|map(attribute='key')|list }}"
full_demo_info: "{{ job_template_definitions|dict2items }}"
- name: provide info to terminal window