From dd59cadfd6897d4e4540348c627d7f0a4bfa2a08 Mon Sep 17 00:00:00 2001 From: Indrajit Raychaudhuri Date: Mon, 25 Apr 2016 08:56:04 -0500 Subject: [PATCH] Fix homebrew_cask examples --- lib/ansible/modules/extras/packaging/os/homebrew_cask.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/extras/packaging/os/homebrew_cask.py b/lib/ansible/modules/extras/packaging/os/homebrew_cask.py index d61719a549..7ebe84300c 100755 --- a/lib/ansible/modules/extras/packaging/os/homebrew_cask.py +++ b/lib/ansible/modules/extras/packaging/os/homebrew_cask.py @@ -50,8 +50,8 @@ EXAMPLES = ''' - homebrew_cask: name=alfred state=present - homebrew_cask: name=alfred state=absent - homebrew_cask: name=alfred state=present install_options="appdir=/Applications" -- homebrew_cask: name=alfred state=present install_options="--debug appdir=/Applications" -- homebrew_cask: name=alfred state=absent install_options="--force" +- homebrew_cask: name=alfred state=present install_options="debug,appdir=/Applications" +- homebrew_cask: name=alfred state=absent install_options="force" ''' import os.path