mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-23 19:01:26 -07:00
Fix Ansible documentation in part of example formatting (#334)
This commit is contained in:
parent
58ed77e851
commit
983d937b7b
58 changed files with 376 additions and 353 deletions
|
@ -57,7 +57,8 @@ options:
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- stackdriver:
|
||||
- name: Send a code deploy event to stackdriver
|
||||
stackdriver:
|
||||
key: AAAAAA
|
||||
event: deploy
|
||||
deployed_to: production
|
||||
|
@ -65,7 +66,8 @@ EXAMPLES = '''
|
|||
repository: MyWebApp
|
||||
revision_id: abcd123
|
||||
|
||||
- stackdriver:
|
||||
- name: Send an annotation event to stackdriver
|
||||
stackdriver:
|
||||
key: AAAAAA
|
||||
event: annotation
|
||||
msg: Greetings from Ansible
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue