mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-20 03:40:22 -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
|
@ -43,13 +43,15 @@ author: "Jim Richardson (@weaselkeeper)"
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- pushover:
|
||||
- name: Send notifications via pushover.net
|
||||
pushover:
|
||||
msg: '{{ inventory_hostname }} is acting strange ...'
|
||||
app_token: wxfdksl
|
||||
user_key: baa5fe97f2c5ab3ca8f0bb59
|
||||
delegate_to: localhost
|
||||
|
||||
- pushover:
|
||||
- name: Send notifications via pushover.net
|
||||
pushover:
|
||||
title: 'Alert!'
|
||||
msg: '{{ inventory_hostname }} has exploded in flames, It is now time to panic'
|
||||
pri: 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue