You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!
Please read this blog post to see the reasons why I mark issues as stale.
Playbook fails on task
geerlingguy.mac.homebrew : Ensure configured taps are tapped.
with:OS: Sonoma
ansible version:
The text was updated successfully, but these errors were encountered: