Adjust booleans in packaging modules. (#5154)

This commit is contained in:
Felix Fontein
2022-08-24 19:59:13 +02:00
committed by GitHub
parent be2de15c66
commit ddc989ec6d
38 changed files with 242 additions and 228 deletions

View File

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