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