mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-16 01:45:25 -07:00
Fix examples formatting (#345)
This commit is contained in:
parent
31ba39cac4
commit
a7c830f49d
148 changed files with 330 additions and 334 deletions
|
@ -116,7 +116,7 @@ EXAMPLES = '''
|
|||
command: install
|
||||
working_dir: /path/to/project
|
||||
|
||||
- name: install a new package
|
||||
- name: Install a new package
|
||||
composer:
|
||||
command: require
|
||||
arguments: my/package
|
||||
|
|
|
@ -32,11 +32,11 @@ EXAMPLES = '''
|
|||
- name: Just get the list from default pip
|
||||
pip_package_info:
|
||||
|
||||
- name: get the facts for default pip, pip2 and pip3.6
|
||||
- name: Get the facts for default pip, pip2 and pip3.6
|
||||
pip_package_info:
|
||||
clients: ['pip', 'pip2', 'pip3.6']
|
||||
|
||||
- name: get from specific paths (virtualenvs?)
|
||||
- name: Get from specific paths (virtualenvs?)
|
||||
pip_package_info:
|
||||
clients: '/home/me/projec42/python/pip3.5'
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue