Anderson M. Gomes
Anderson M. Gomes
+label affects_2.14
+label affects_2.16 The issue is reproducible under Ansible 2.16.2, as well. ``` $ ansible-playbook service_facts.yml --ask-become-pass BECOME password: [WARNING]: No inventory was parsed, only implicit localhost is available [WARNING]: provided...
The ability to fail an entire playbook if an included play fails can be implemented via a subsequent play that compares `ansible_play_hosts_all` and `ansible_play_batch` variables. An example is presented below....