mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
8 lines
237 B
YAML
8 lines
237 B
YAML
---
|
|
- name: Cleanup backup associated with this option if enabled
|
|
k8s_exec:
|
|
namespace: "{{ backup_pvc_namespace }}"
|
|
pod: "{{ ansible_operator_meta.name }}-db-management"
|
|
command: >-
|
|
bash -c 'rm -rf {{ backup_dir }}'
|