From c5d572521fbfca3eb050d1e8d751f9263d43b364 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Thu, 21 Sep 2023 15:18:34 -0400 Subject: [PATCH] Ensure any errors are fatal during deploy --- pvc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/pvc.yml b/pvc.yml index a5d1b73..5f9355e 100644 --- a/pvc.yml +++ b/pvc.yml @@ -2,6 +2,7 @@ - hosts: all remote_user: deploy become: yes + any_errors_fatal: yes roles: - name: base tags: base