mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-03 14:59:09 -07:00
Fix examples formatting (#345)
This commit is contained in:
parent
31ba39cac4
commit
a7c830f49d
148 changed files with 330 additions and 334 deletions
|
@ -55,24 +55,24 @@ notes:
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: simple gunicorn run example
|
||||
- name: Simple gunicorn run example
|
||||
gunicorn:
|
||||
app: 'wsgi'
|
||||
chdir: '/workspace/example'
|
||||
|
||||
- name: run gunicorn on a virtualenv
|
||||
- name: Run gunicorn on a virtualenv
|
||||
gunicorn:
|
||||
app: 'wsgi'
|
||||
chdir: '/workspace/example'
|
||||
venv: '/workspace/example/venv'
|
||||
|
||||
- name: run gunicorn with a config file
|
||||
- name: Run gunicorn with a config file
|
||||
gunicorn:
|
||||
app: 'wsgi'
|
||||
chdir: '/workspace/example'
|
||||
conf: '/workspace/example/gunicorn.cfg'
|
||||
|
||||
- name: run gunicorn as ansible user with specified pid and config file
|
||||
- name: Run gunicorn as ansible user with specified pid and config file
|
||||
gunicorn:
|
||||
app: 'wsgi'
|
||||
chdir: '/workspace/example'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue