gpt4 book ai didi

Ansible: homebrew_cask 抛出 "Invalid cask: XXX"

转载 作者:行者123 更新时间:2023-12-04 08:29:09 24 4
gpt4 key购买 nike

我正在学习 Ansible,我正在尝试使用 Ansible 的 homebrew_taphomebrew_cask 转换这些 Homebrew 命令:

brew tap homebrew/cask-fonts
brew install --cask font-hack-nerd-font

我的 Ansible 剧本如下所示:

---
- name: test
hosts: localhost
tasks:
- name: Tapping homebrew/cask-fonts
homebrew_tap:
name: homebrew/cask-fonts

- name: Installing Nerd Font
homebrew_cask:
name: font-hack-nerd-font

当我运行它时,我得到这个错误:

PLAY [test] ****************************************************************************************************************************************************************************************************************************

TASK [Gathering Facts] *****************************************************************************************************************************************************************************************************************
ok: [localhost]

TASK [Tapping homebrew/cask-fonts] *****************************************************************************************************************************************************************************************************
ok: [localhost]

TASK [Installing Nerd Font] ************************************************************************************************************************************************************************************************************
fatal: [localhost]: FAILED! => {"changed": false, "msg": "Invalid cask: font-hack-nerd-font."}

PLAY RECAP *****************************************************************************************************************************************************************************************************************************
localhost : ok=2 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0

我希望能够直接使用 homebrew_cask 而不使用 brew 命令来实现这一点。

非常感谢任何指导。谢谢。

最佳答案

reported as a bug由于 cask 包名称中的连字符。此错误已通过 pull request 解决.

关于Ansible: homebrew_cask 抛出 "Invalid cask: XXX",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65109925/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com