mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-25 02:50:15 +08:00
8 lines
223 B
YAML
8 lines
223 B
YAML
- name: Delete object file ({{tmpfile.path}})
|
|
file:
|
|
path=/etc/openshift_apps/{{app}}/{{objectname}}
|
|
state=absent
|
|
|
|
- name: Call `oc delete` on the object
|
|
shell: oc -n {{app}} delete {{objecttype}}/{{objectname}}
|