1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-07-02 00:28:52 +00:00

Fix invalid task attrs. ci_complete

This commit is contained in:
Matt Martz 2018-08-17 09:41:16 -05:00 committed by Matt Clay
parent 812db9240a
commit 727beaf9f5
3 changed files with 3 additions and 4 deletions

View file

@ -73,7 +73,6 @@
- create_result.policy.Statement.Action == "*"
always:
- name: Cleaning up queue
echo: "{{ create_result.name }}"
sqs_queue:
name: "{{ create_result.name }}"
state: absent