From 0c904d26b9f9afa55b3d6590bac43ba31994032e Mon Sep 17 00:00:00 2001 From: naisanzaa Date: Fri, 19 Apr 2024 02:31:39 -0400 Subject: [PATCH] update roles/brew-installer/tasks --- playbooks/roles/brew-installer/tasks/brew.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/roles/brew-installer/tasks/brew.yaml b/playbooks/roles/brew-installer/tasks/brew.yaml index 30cf47bf..3055d2ad 100644 --- a/playbooks/roles/brew-installer/tasks/brew.yaml +++ b/playbooks/roles/brew-installer/tasks/brew.yaml @@ -57,6 +57,7 @@ - "'Linking' not in shell.stdout" - "'installed' not in shell.stderr" - '"Already linked" not in shell.stderr' + ignore_errors: yes when: not NO_QUARANTINE