plays cannot be called from withing plays, since a block can only
exist inside a play
You CAN call task lists, but not plays.
--
Brian Coca
--
You received this message because you are subscribed to the Google Groups
"Ansible Project" group.
To unsubscribe from this group and stop
Does anyone know if there is a way to call a play from the rescue part of a
block? I have tried the include: statement but that does not seem to work.
---
- name: Error Catching
hosts: localhost
gather_facts: false
connection: local
tasks:
- block:
- debug: msg='i execute norm