mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -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
|
@ -63,13 +63,13 @@ author: Jan-Piet Mens
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
action: irc server=irc.example.net channel="#t1" msg="Hello world"
|
||||
- irc: server=irc.example.net channel="#t1" msg="Hello world"
|
||||
|
||||
local_action: irc port=6669
|
||||
channel="#t1"
|
||||
msg="All finished at {{ ansible_date_time.iso8601 }}"
|
||||
color=red
|
||||
nick=ansibleIRC
|
||||
- local_action: irc port=6669
|
||||
channel="#t1"
|
||||
msg="All finished at {{ ansible_date_time.iso8601 }}"
|
||||
color=red
|
||||
nick=ansibleIRC
|
||||
'''
|
||||
|
||||
# ===========================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue