From 447c7d9ff0ae0da185c2bc78e9d33ce30daf1892 Mon Sep 17 00:00:00 2001 From: jotai73 Date: Tue, 3 Sep 2019 04:26:29 -0700 Subject: [PATCH] Update homebrew_cask example docs (#61637) Changed homebrew_cask module flag from "allow_external_apps" to "accept_external_apps" in example section --- lib/ansible/modules/packaging/os/homebrew_cask.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/packaging/os/homebrew_cask.py b/lib/ansible/modules/packaging/os/homebrew_cask.py index e9e054ded7d..a3d75a03a15 100644 --- a/lib/ansible/modules/packaging/os/homebrew_cask.py +++ b/lib/ansible/modules/packaging/os/homebrew_cask.py @@ -110,7 +110,7 @@ EXAMPLES = ''' - homebrew_cask: name: alfred state: present - allow_external_apps: True + accept_external_apps: True - homebrew_cask: name: alfred