mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
backup secrets to YAML files
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
---
|
||||
|
||||
# - include_tasks: init.yml
|
||||
- include_tasks: init.yml
|
||||
|
||||
- include_tasks: postgres.yml
|
||||
|
||||
- include_tasks: secrets.yml
|
||||
|
||||
# - include_tasks: postgres.yml
|
||||
# TODO: Add task to change the status on the backup CR when this runs successfully
|
||||
- name: Set flag signifying this backup was successful
|
||||
set_fact:
|
||||
tower_backup_complete: "{{ _backup_dir }}"
|
||||
|
||||
#
|
||||
## - include_tasks: conf.yml
|
||||
#
|
||||
## - include_tasks: download.yml
|
||||
|
||||
- include_tasks: cleanup.yml
|
||||
|
||||
Reference in New Issue
Block a user