mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-27 13:53:12 +00:00
14 lines
418 B
YAML
14 lines
418 B
YAML
---
|
|
|
|
# The backup directory in this status can be referenced when restoring
|
|
- name: Update CR Backup status
|
|
operator_sdk.util.k8s_status:
|
|
api_version: '{{ api_version }}'
|
|
kind: "{{ kind }}"
|
|
name: "{{ ansible_operator_meta.name }}"
|
|
namespace: "{{ ansible_operator_meta.namespace }}"
|
|
status:
|
|
backupDirectory: "{{ backup_dir }}"
|
|
backupClaim: "{{ backup_claim }}"
|
|
when: backup_complete
|