fixing documentation
This commit is contained in:
@@ -14,3 +14,8 @@
|
||||
- name: install all job templates
|
||||
include: add_job_template.yml
|
||||
loop: "{{ demos|dict2items }}"
|
||||
when: demo == "all"
|
||||
|
||||
- name: install single job template
|
||||
include: single_job_template.yml
|
||||
when: demo != "all"
|
||||
|
||||
Reference in New Issue
Block a user