How to synchronize the tasks after a block-rescue is executed?
12 views
Skip to first unread message
Nathan Swartz
unread,
May 9, 2019, 9:45:06 AM5/9/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
I'm having an issue with the behavior of a block-rescue section. When there is a failure, the target that failed will execute its tasks independently from the rest of the targets. For most of the playbook it's not an issue but certain tasks need to be synchronized because some of the target's services are dependent on each other. Is there a way to synchronize the tasks after the rescue block has been triggered?