geerlingguy / mac-dev-playbook

Mac setup and configuration via Ansible.
Other
5.92k stars 1.76k forks source link

failed to tap: homebrew/cask due to Error: Tapping homebrew/cask is no longer typically necessary #200

Open chuegel opened 4 months ago

chuegel commented 4 months ago

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
github-actions[bot] commented 3 weeks ago

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.

chuegel commented 3 weeks ago

bump