ansible: Don't continue playbook execution if a task fails

The Ansible equivalent of `set -o errexit` in bash
This commit is contained in:
Alex Willmer 2020-05-12 23:10:07 +01:00
parent f3776cac9e
commit e7a06ff207
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
[defaults]
any_errors_fatal = true
transport = ssh
deprecation_warnings = false