See whether updating brew helps.

This commit is contained in:
Felix Fontein 2021-10-02 20:27:18 +02:00
parent 81823d2f97
commit 8eceb9ef1f

View file

@ -63,8 +63,8 @@
become_user: "{{ brew_stat.stat.pw_name }}" 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 # 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 # proper solution can be found
environment: # environment:
HOMEBREW_NO_AUTO_UPDATE: True # HOMEBREW_NO_AUTO_UPDATE: True
when: when:
- ansible_python_version.split('.')[0] == '2' - ansible_python_version.split('.')[0] == '2'
- ansible_os_family == 'Darwin' - ansible_os_family == 'Darwin'