mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00: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:
committed by
Matt Clay
parent
664f965c8d
commit
334c26ca53
@@ -31,7 +31,8 @@ options:
|
||||
name:
|
||||
description:
|
||||
- name of package to install/remove
|
||||
required: true
|
||||
required: false
|
||||
default: None
|
||||
state:
|
||||
description:
|
||||
- state of the package
|
||||
@@ -48,7 +49,7 @@ options:
|
||||
description:
|
||||
- upgrade all homebrew packages
|
||||
required: false
|
||||
default: no
|
||||
default: "no"
|
||||
choices: [ "yes", "no" ]
|
||||
install_options:
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user