mirror of
https://github.com/ansible/awx.git
synced 2026-02-17 03:00:04 -03: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
|
||||
register: kubernetes_pg_activate
|
||||
no_log: true
|
||||
|
||||
- name: Remove tempfile
|
||||
file:
|
||||
path: "{{ values_file.path }}"
|
||||
state: absent
|
||||
when:
|
||||
- pg_hostname is not defined or pg_hostname == ''
|
||||
- postgres_svc_details is defined and postgres_svc_details.rc != 0
|
||||
|
||||
Reference in New Issue
Block a user