From 02c534bb8e37094e83a6a573961dfdedb778c2c8 Mon Sep 17 00:00:00 2001 From: Premkumar Subramanian Date: Tue, 19 Oct 2021 02:13:57 +0530 Subject: [PATCH] Fixed typo in homebrew documentation (#3577) Fixed typo in community.general.homebrew documentation --- 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 = '''