mac-dev-playbook icon indicating copy to clipboard operation
mac-dev-playbook copied to clipboard

fail on brew install --cask stats

Open a-da opened this issue 3 years ago • 1 comments

I could easily install stats tools with brew install --cask statswithout any error return code.

Unfortunately it fail with ansible as

ok: [127.0.0.1] => (item=wakeonlan)
failed: [127.0.0.1] (item=stats) => changed=false
  ansible_loop_var: item
  item: stats
  msg: ''

PLAY RECAP *****************************************************************************************************************************************************************************************************************************
127.0.0.1                  : ok=16   changed=0    unreachable=0    failed=1    skipped=14   rescued=0    ignored=0

with my config

homebrew_installed_packages:
  # - ansible # Installed via Pip.
  - autoconf
  - bash-completion
  - gettext
  - git
  - libevent
  - sqlite
  - mcrypt
  - nmap
  - ssh-copy-id
  - readline
  - openssl
  - pv
  - wget
  - zsh-history-substring-search
  - wakeonlan
  #- pycharm-ce # breaking the installation !!
  #- stats
  # - rectangle

  # gpg decrypt
  - gnupg
  - gnupg2

is also fails with pycharm-ce, rectangle ...

a-da avatar May 19 '22 09:05 a-da

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.

stale[bot] avatar Sep 19 '22 23:09 stale[bot]

This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.

stale[bot] avatar Oct 29 '22 09:10 stale[bot]