Skip to content

Commit

Permalink
Add breaking_changes to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
GomathiselviS committed Sep 7, 2023
1 parent 875948f commit c2ef58c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelogs/fragments/add_deploy_flask_app_role.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---
breaking_changes:
- "Rename webapp playbook variable rds_master_user to rds_master_username (https://github.com/redhat-cop/cloud.aws_ops/pull/85)."
minor_changes:
- "Convert deploy_flask_app playbook to role (https://github.com/redhat-cop/cloud.aws_ops/pull/85)."
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
tag:Name: "{{ vpc_name }}"
register: vpc

- name: Deelete resources
- name: Delete resources
when: vpc.vpcs | length == 1
block:
- name: Set 'vpc_id' variable
Expand Down

0 comments on commit c2ef58c

Please sign in to comment.