Open
Description
Playbook fails on task geerlingguy.mac.homebrew : Ensure configured taps are tapped.
with:
failed: [127.0.0.1] (item=homebrew/core) => changed=false
ansible_loop_var: item
item: homebrew/core
msg: |-
added: 0, unchanged: 0, error: failed to tap: homebrew/core due to Error: Tapping homebrew/core is no longer typically necessary.
Add --force if you are sure you need it done.
failed: [127.0.0.1] (item=homebrew/cask) => changed=false
ansible_loop_var: item
item: homebrew/cask
msg: |-
added: 0, unchanged: 0, error: failed to tap: homebrew/cask due to Error: Tapping homebrew/cask is no longer typically necessary.
Add --force if you are sure you need it done.
PLAY RECAP ***********************************************************************************************************************************************************************************************************************************
127.0.0.1 : ok=15 changed=0 unreachable=0 failed=1 skipped=12 rescued=0 ignored=0
OS: Sonoma
sw_vers
ProductName: macOS
ProductVersion: 14.4.1
BuildVersion: 23E224
ansible version:
ansible --version 25s
ansible [core 2.15.1]
config file = /Users/chuegel/Documents/Development/gitlab/mac-setup/mac-dev-playbook/ansible.cfg
configured module search path = ['/Users/chuegel/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ansible python module location = /Users/chuegel/Library/Python/3.9/lib/python/site-packages/ansible
ansible collection location = /Users/chuegel/.ansible/collections:/usr/share/ansible/collections
executable location = /Users/chuegel/Library/Python/3.9/bin/ansible
python version = 3.9.6 (default, Feb 3 2024, 15:58:28) [Clang 15.0.0 (clang-1500.3.9.4)] (/Library/Developer/CommandLineTools/usr/bin/python3)
jinja version = 3.1.2
libyaml = True