forked from infra/ansible
fix bug: set stg_template as empty list, so ansible doesn't fail
Signed-off-by: Vít Smolík <me@smoliicek.cz>
This commit is contained in:
parent
6c98ae9f88
commit
ba480436d7
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
|||
- sysadmin-openshift-readonly-rolebinding.yml
|
||||
- sysadmin-openshift-readonly-role.yml
|
||||
- sysadmin-openshift-readonly-group.yml
|
||||
stg_templates:
|
||||
stg_templates: []
|
||||
|
||||
# generate the templates for project to be created
|
||||
- name: Copy templates
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue