mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 19:31:26 -07:00
Adjust booleans in packaging modules. (#5154)
This commit is contained in:
parent
be2de15c66
commit
ddc989ec6d
38 changed files with 242 additions and 228 deletions
|
@ -126,12 +126,12 @@ EXAMPLES = '''
|
|||
command: create-project
|
||||
arguments: package/package /path/to/project ~1.0
|
||||
working_dir: /path/to/project
|
||||
prefer_dist: yes
|
||||
prefer_dist: true
|
||||
|
||||
- name: Install a package globally
|
||||
community.general.composer:
|
||||
command: require
|
||||
global_command: yes
|
||||
global_command: true
|
||||
arguments: my/package
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue