Move 'docker' homebrew tests into homebrew tests (#8395)

Move 'docker' homebrew tests into homebrew tests.
This commit is contained in:
Felix Fontein 2024-05-20 09:31:23 +02:00 committed by GitHub
commit 9b0c983860
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 39 additions and 46 deletions

View file

@ -12,13 +12,11 @@
- name: Find brew binary
command: which brew
register: brew_which
when: ansible_distribution in ['MacOSX']
- name: Get owner of brew binary
stat:
path: "{{ brew_which.stdout }}"
register: brew_stat
when: ansible_distribution in ['MacOSX']
#- name: Use ignored-pinned option while upgrading all
# homebrew: