mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-06 10:40:32 -07:00
[PR #9819/5f48f2ca backport][stable-9] Example typo in homebrew_services.py (#9826)
Example typo in homebrew_services.py (#9819)
Maybe this was mixed up with the _brew_service_state() function? I get this error as-written:
```
fatal: [eahmm3]: FAILED! => {"changed": false, "msg": "Unsupported parameters for (community.general.homebrew_services) module: service
_state. Supported parameters include: name, path, state (formula)."}
```
(cherry picked from commit 5f48f2ca0d
)
Co-authored-by: Ernie Hershey <github@ernie.org>
This commit is contained in:
parent
17d11cb587
commit
9a6bd80613
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ EXAMPLES = r"""
|
||||||
- name: Remove the foo service (equivalent to `brew services stop foo`)
|
- name: Remove the foo service (equivalent to `brew services stop foo`)
|
||||||
community.general.homebrew_services:
|
community.general.homebrew_services:
|
||||||
name: foo
|
name: foo
|
||||||
service_state: absent
|
state: absent
|
||||||
"""
|
"""
|
||||||
|
|
||||||
RETURN = r"""
|
RETURN = r"""
|
||||||
|
|
Loading…
Add table
Reference in a new issue