Ensure any errors are fatal during deploy

This commit is contained in:
Joshua Boniface 2023-09-21 15:18:34 -04:00
parent 82accb3b5e
commit c5d572521f
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
- hosts: all
remote_user: deploy
become: yes
any_errors_fatal: yes
roles:
- name: base
tags: base