Fixed typo in homebrew documentation (#3577)

Fixed typo in community.general.homebrew documentation
This commit is contained in:
Premkumar Subramanian
2021-10-19 02:13:57 +05:30
committed by GitHub
parent 3731064368
commit 02c534bb8e

View File

@@ -132,10 +132,10 @@ EXAMPLES = '''
name: homebrew/cask/foo
state: present
- name: Use ignored-pinned option while upgrading all
- name: Use ignore-pinned option while upgrading all
community.general.homebrew:
upgrade_all: yes
upgrade_options: ignored-pinned
upgrade_options: ignore-pinned
'''
RETURN = '''