ansible-collection-mac icon indicating copy to clipboard operation
ansible-collection-mac copied to clipboard

Cannot install git-credential-manager-core

Open 0xg0nz0 opened this issue 9 months ago • 0 comments

Relevant YAML configuration:

homebrew_taps:
  - microsoft/git
homebrew_cask_appdir: /Applications
homebrew_cask_accept_external_apps: true
homebrew_cask_apps:
  - 1password-cli
  - docker
  - git-credential-manager-core
  - google-chrome

On the managed node, it installed fine:

kyledowney@athansor ~ % brew list
==> Formulae
autoconf		libgpg-error		pcre2
bash-completion		libidn2			pinentry
ca-certificates		libksba			pipx
certifi			libnghttp2		pkg-config
cffi			libssh2			pycparser
cryptography		libtasn1		python-argcomplete
gdbm			libunistring		python-packaging
gettext			libusb			[email protected]
gh			libyaml			readline
git			lz4			sqlite
gmp			m4			ssh-copy-id
gnupg			mpdecimal		thefuck
gnutls			nettle			unbound
libassuan		npth			wget
libevent		openldap		xz
libgcrypt		openssl@3		z3
libgit2			p11-kit			zstd

==> Casks
1password-cli			git-credential-manager-core

But I get this error when I run the playbook:

failed: [firedrake.home.local] (item=git-credential-manager-core) => changed=false
  ansible_loop_var: item
  item: git-credential-manager-core
  msg: 'Warning: Cask ''git-credential-manager-core'' is unavailable: No Cask with this name exists.'

The only thing that's different about this cask is that it uses the Microsoft tap, not the standard one.

0xg0nz0 avatar May 05 '24 16:05 0xg0nz0