Skip to content

Commit

Permalink
Add changelog and tweak test task names
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble committed Aug 8, 2022
1 parent f0b2849 commit 615f9af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions changelogs/fragments/1398-s3_lifecycle-no-prefix.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bugfixes:
- s3_lifecycle - fix bug when deleting rules with an empty prefix (https://github.com/ansible-collections/community.aws/pull/1398).
4 changes: 2 additions & 2 deletions tests/integration/targets/s3_lifecycle/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@
- output is not changed

# Check create and delete lifecycle policy with an empty prefix
- name: example 8
- name: Create rule with no prefix
s3_lifecycle:
name: "{{ bucket_name }}"
rule_id: empty-prefix
Expand All @@ -635,7 +635,7 @@
that:
- output is changed

- name: example 8 (idempotency)
- name: Delete rule with no prefix
s3_lifecycle:
name: "{{ bucket_name }}"
rule_id: empty-prefix
Expand Down

0 comments on commit 615f9af

Please sign in to comment.