mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-06 10:40:32 -07:00
Fixed typo in homebrew documentation (#3577)
Fixed typo in community.general.homebrew documentation
This commit is contained in:
parent
3731064368
commit
02c534bb8e
1 changed files with 2 additions and 2 deletions
|
@ -132,10 +132,10 @@ EXAMPLES = '''
|
||||||
name: homebrew/cask/foo
|
name: homebrew/cask/foo
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Use ignored-pinned option while upgrading all
|
- name: Use ignore-pinned option while upgrading all
|
||||||
community.general.homebrew:
|
community.general.homebrew:
|
||||||
upgrade_all: yes
|
upgrade_all: yes
|
||||||
upgrade_options: ignored-pinned
|
upgrade_options: ignore-pinned
|
||||||
'''
|
'''
|
||||||
|
|
||||||
RETURN = '''
|
RETURN = '''
|
||||||
|
|
Loading…
Add table
Reference in a new issue