mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 06:10:22 -07:00
homebrew: Package name is not required.
e.g. `- homebrew: update_homebrew=yes upgrade_all=yes' is a valid task.
This commit is contained in:
parent
664f965c8d
commit
334c26ca53
1 changed files with 3 additions and 2 deletions
|
@ -31,7 +31,8 @@ options:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
- name of package to install/remove
|
- name of package to install/remove
|
||||||
required: true
|
required: false
|
||||||
|
default: None
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
- state of the package
|
- state of the package
|
||||||
|
@ -48,7 +49,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- upgrade all homebrew packages
|
- upgrade all homebrew packages
|
||||||
required: false
|
required: false
|
||||||
default: no
|
default: "no"
|
||||||
choices: [ "yes", "no" ]
|
choices: [ "yes", "no" ]
|
||||||
install_options:
|
install_options:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue