Merge pull request #33 from IPvSean/master

syncing fix
This commit is contained in:
Sean Cavanaugh
2021-06-07 16:18:06 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
--- ---
namespace: ansible namespace: ansible
name: product_demos name: product_demos
version: 1.2.5 version: 1.2.7
readme: README.md readme: README.md
authors: authors:

View File

@@ -4,7 +4,7 @@
- name: set facts from role vars - name: set facts from role vars
set_fact: 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 }}" full_demo_info: "{{ job_template_definitions|dict2items }}"
- name: provide info to terminal window - name: provide info to terminal window