Skip to content

Commit

Permalink
conditional delete for global cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
abikouo committed Feb 6, 2024
1 parent dbb3c18 commit ca71f7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playbooks/webapp/webapp_ha_aurora.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
- name: Delete Aurora DB
ansible.builtin.include_role:
name: cloud.aws_ops.create_rds_global_cluster
when: operation == "delete"
vars:
create_rds_global_cluster_operation: delete
create_rds_global_cluster_global_cluster_name: "{{ rds_global_cluster_name }}"
Expand Down

0 comments on commit ca71f7e

Please sign in to comment.