Skip to content

Commit

Permalink
Use fail not debug
Browse files Browse the repository at this point in the history
  • Loading branch information
UNiXMIT committed Nov 7, 2024
1 parent dcf5d18 commit f8ac89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/fail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
when: ec2.instances is defined

- name: Task Failure Notification
debug:
fail:
msg:
- "Task Failed!"
- "Failed AWS EC2 Instance(s) terminated."

0 comments on commit f8ac89c

Please sign in to comment.