mirror of
https://github.com/ansible/awx.git
synced 2026-04-10 20:49:24 -02:30
Remove tempfile after running helm
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
This commit is contained in:
@@ -103,6 +103,11 @@
|
|||||||
stable/postgresql
|
stable/postgresql
|
||||||
register: kubernetes_pg_activate
|
register: kubernetes_pg_activate
|
||||||
no_log: true
|
no_log: true
|
||||||
|
|
||||||
|
- name: Remove tempfile
|
||||||
|
file:
|
||||||
|
path: "{{ values_file.path }}"
|
||||||
|
state: absent
|
||||||
when:
|
when:
|
||||||
- pg_hostname is not defined or pg_hostname == ''
|
- pg_hostname is not defined or pg_hostname == ''
|
||||||
- postgres_svc_details is defined and postgres_svc_details.rc != 0
|
- postgres_svc_details is defined and postgres_svc_details.rc != 0
|
||||||
|
|||||||
Reference in New Issue
Block a user