took out all demom install

This commit is contained in:
David Rojas
2020-09-23 16:46:23 -07:00
parent 22afc377c1
commit 87a0bd20c9
2 changed files with 6 additions and 6 deletions

View File

@@ -20,10 +20,10 @@
- "demo must be defined and be one of: {{ demo_list }}"
- "full list can be found on https://github.com/ansible/product-demos"
#- name: install all job templates
# include_tasks: job_template_loop.yml
# loop: "{{ full_demo_info }}"
# when: demo == "all"
- name: install all job templates
include_tasks: job_template_loop.yml
loop: "{{ full_demo_info }}"
when: demo == "all"
- name: install single job template
include_tasks: job_template.yml