fixing documentation

This commit is contained in:
ipvsean
2020-02-25 19:37:15 -05:00
parent 3c5dba85a0
commit 19bfbc59af
4 changed files with 89 additions and 5 deletions

View File

@@ -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"