diff options
| author | EuAndreh <eu@euandre.org> | 2019-06-07 06:17:31 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2019-06-07 06:17:31 -0300 |
| commit | f3e5f63268ab88deeb00830165da94a8ee1c14fb (patch) | |
| tree | dc21735cf4ea7bf79116e1c76564de7489d9a117 | |
| parent | Revert "Add verbose logging for Ansible playbook command" (diff) | |
| download | toph-f3e5f63268ab88deeb00830165da94a8ee1c14fb.tar.gz toph-f3e5f63268ab88deeb00830165da94a8ee1c14fb.tar.xz | |
Add =any_errors_fatal: true= to provision.yml playbook
| -rw-r--r-- | provision.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/provision.yaml b/provision.yaml index 89c4080..8a65eec 100644 --- a/provision.yaml +++ b/provision.yaml @@ -1,11 +1,13 @@ --- - hosts: all + any_errors_fatal: true gather_facts: no pre_tasks: - name: Install Python 2 for Ansible fact gathering raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal) - hosts: all + any_errors_fatal: true tasks: - name: Update Ubuntu server apt: |
