See whether updating brew helps.

pull/3501/head
Felix Fontein 2021-10-02 20:27:18 +02:00
parent 81823d2f97
commit 8eceb9ef1f
1 changed files with 2 additions and 2 deletions

View File

@ -63,8 +63,8 @@
become_user: "{{ brew_stat.stat.pw_name }}"
# Newer versions of brew want to compile a package which takes a long time. Do not upgrade homebrew until a
# proper solution can be found
environment:
HOMEBREW_NO_AUTO_UPDATE: True
# environment:
# HOMEBREW_NO_AUTO_UPDATE: True
when:
- ansible_python_version.split('.')[0] == '2'
- ansible_os_family == 'Darwin'