From b71088dd3b49479fea8528e6f91b12084d7d9d23 Mon Sep 17 00:00:00 2001 From: Roger Coll Date: Tue, 6 Feb 2024 10:34:51 +0100 Subject: [PATCH] NR-164383: pin brew version --- test/canaries/deploy_macos_canaries.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/canaries/deploy_macos_canaries.yml b/test/canaries/deploy_macos_canaries.yml index 0cdd4008f..42ad45b78 100644 --- a/test/canaries/deploy_macos_canaries.yml +++ b/test/canaries/deploy_macos_canaries.yml @@ -13,8 +13,8 @@ name: caos.ansible_roles.install_brew # latest versions of brew allow running service with sudo, not necessary to downgrade # comment left for reference -# vars: -# brew_version: 3.6.21 # with 4.0.* there are some problems with sudo https://github.com/Homebrew/brew/issues/14462#issuecomment-1445130069 + vars: + brew_version: 3.6.21 # with 4.0.* there are some problems with sudo https://github.com/Homebrew/brew/issues/14462#issuecomment-1445130069 - name: Install python include_role: name: caos.ansible_roles.install_python