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 c306c9c commit 33f0cf2
Showing 1 changed file with 2 additions and 2 deletions.
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 33f0cf2

Please sign in to comment.