Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
chuegel opened this issue Apr 23, 2024 · 0 comments

Comments

@chuegel
Copy link

chuegel commented Apr 23, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant