Merge pull request #32 from IPvSean/master

minor fix
This commit is contained in:
Sean Cavanaugh
2021-06-03 16:23:57 -04:00
committed by GitHub
2 changed files with 6 additions and 2 deletions

View File

@@ -34,6 +34,10 @@ tags:
- tower
- awx
build_ignore:
- images
- '*.tar.gz'
dependencies: {}
repository: http://github.com/ansible/product-demos

View File

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