Hello, folks Is there any possible way to make plays depend on each other? E.g. in the example below do not start play2 if any of the hosts in play1 failed?
--- # play 1 - hosts: rabbitmq gather_facts: no sudo: yes serial: 1 roles: - rabbitmq # play 2 - hosts: webservers gather_facts: no sudo: yes strategy: free roles: - webservers -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to ansible-project+unsubscr...@googlegroups.com. To post to this group, send email to ansible-project@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/7ae5c629-0cc8-48e0-8315-3b102015462f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.