took out all demom install
This commit is contained in:
@@ -20,10 +20,10 @@
|
|||||||
- "demo must be defined and be one of: {{ demo_list }}"
|
- "demo must be defined and be one of: {{ demo_list }}"
|
||||||
- "full list can be found on https://github.com/ansible/product-demos"
|
- "full list can be found on https://github.com/ansible/product-demos"
|
||||||
|
|
||||||
- name: install all job templates
|
#- name: install all job templates
|
||||||
include_tasks: job_template_loop.yml
|
# include_tasks: job_template_loop.yml
|
||||||
loop: "{{ full_demo_info }}"
|
# loop: "{{ full_demo_info }}"
|
||||||
when: demo == "all"
|
# when: demo == "all"
|
||||||
|
|
||||||
- name: install single job template
|
- name: install single job template
|
||||||
include_tasks: job_template.yml
|
include_tasks: job_template.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user