Update bundler example to match the param name (#2322)

reviewable/pr18780/r1
Louis-Michel Couture 9 years ago committed by René Moser
parent 473e5d7969
commit c03ea71174

@ -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

Loading…
Cancel
Save