geerlingguy/mac-dev-playbook

fail on brew install --cask stats

a-da opened this issue · 2 comments

a-da commented

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 ...

stale commented

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 commented

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.