mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Fix examples formatting (#345)
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user