mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-03 23:14:02 -07:00
Docs: consistently format playbook EXAMPLES
This commit is contained in:
parent
bfcead8c33
commit
30d641094b
30 changed files with 129 additions and 73 deletions
|
@ -53,7 +53,10 @@ requirements: [ urllib, urllib2 ]
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
action: airbrake_deployment token=AAAAAA environment='staging' user='ansible' revision=4.2
|
||||
- airbrake_deployment: token=AAAAAA
|
||||
environment='staging'
|
||||
user='ansible'
|
||||
revision=4.2
|
||||
'''
|
||||
|
||||
HAS_URLLIB = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue