openshift object-delete: add .yml to the object file to be deleted
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
5296b019cb
commit
e1538d32e4
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
- name: Delete object file ({{tmpfile.path}})
|
- name: Delete object file ({{tmpfile.path}})
|
||||||
file:
|
file:
|
||||||
path=/etc/openshift_apps/{{app}}/{{objectname}}
|
path=/etc/openshift_apps/{{app}}/{{objectname}}.yml
|
||||||
state=absent
|
state=absent
|
||||||
when: objecttype != 'project'
|
when: objecttype != 'project'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue