From 48a2f1e4d32aeee084c0ccdabe0fd0c338276655 Mon Sep 17 00:00:00 2001 From: Louis-Michel Couture Date: Thu, 2 Jun 2016 04:27:23 -0400 Subject: [PATCH] Update bundler example to match the param name (#2322) --- lib/ansible/modules/extras/packaging/language/bundler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/extras/packaging/language/bundler.py b/lib/ansible/modules/extras/packaging/language/bundler.py index 7c36d5a873..152b51810a 100644 --- a/lib/ansible/modules/extras/packaging/language/bundler.py +++ b/lib/ansible/modules/extras/packaging/language/bundler.py @@ -118,7 +118,7 @@ EXAMPLES=''' - bundler: state=present exclude_groups=production # Only install gems from the default and production groups -- bundler: state=present deployment=yes +- bundler: state=present deployment_mode=yes # Installs gems using a Gemfile in another directory - bundler: state=present gemfile=../rails_project/Gemfile