mirror of
https://github.com/ansible/awx-operator.git
synced 2026-04-26 00:16:45 +00:00
Merge pull request #404 from Spredzy/restore_colon
backup: Ensure colon are preserved in awx spec
This commit is contained in:
@@ -30,4 +30,4 @@
|
||||
namespace: "{{ backup_pvc_namespace }}"
|
||||
pod: "{{ meta.name }}-db-management"
|
||||
command: >-
|
||||
bash -c "echo '{{ awx_spec }}' > {{ backup_dir }}/awx_object"
|
||||
bash -c 'echo "$0" > {{ backup_dir }}/awx_object' {{ awx_spec | quote }}
|
||||
|
||||
Reference in New Issue
Block a user