@@ -34,6 +34,10 @@ tags:
|
|||||||
- tower
|
- tower
|
||||||
- awx
|
- awx
|
||||||
|
|
||||||
|
build_ignore:
|
||||||
|
- images
|
||||||
|
- '*.tar.gz'
|
||||||
|
|
||||||
dependencies: {}
|
dependencies: {}
|
||||||
|
|
||||||
repository: http://github.com/ansible/product-demos
|
repository: http://github.com/ansible/product-demos
|
||||||
|
|||||||
@@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
- 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|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
|
||||||
debug:
|
debug:
|
||||||
|
|||||||
Reference in New Issue
Block a user