mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Update bundler example to match the param name (#2322)
This commit is contained in:
committed by
Matt Clay
parent
25e2a933d0
commit
48a2f1e4d3
@@ -118,7 +118,7 @@ EXAMPLES='''
|
|||||||
- bundler: state=present exclude_groups=production
|
- bundler: state=present exclude_groups=production
|
||||||
|
|
||||||
# Only install gems from the default and production groups
|
# 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
|
# Installs gems using a Gemfile in another directory
|
||||||
- bundler: state=present gemfile=../rails_project/Gemfile
|
- bundler: state=present gemfile=../rails_project/Gemfile
|
||||||
|
|||||||
Reference in New Issue
Block a user