From 004e6d06c391875ede9d3ddfeec2520482b280df Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 23:04:16 +0200 Subject: [PATCH] Fixed typo in homebrew documentation (#3577) (#3585) Fixed typo in community.general.homebrew documentation (cherry picked from commit 02c534bb8e37094e83a6a573961dfdedb778c2c8) Co-authored-by: Premkumar Subramanian --- plugins/modules/packaging/os/homebrew.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/modules/packaging/os/homebrew.py b/plugins/modules/packaging/os/homebrew.py index 47ec930a2c..80e436191a 100644 --- a/plugins/modules/packaging/os/homebrew.py +++ b/plugins/modules/packaging/os/homebrew.py @@ -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 = '''