mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Slight tweak of irc module example
This commit is contained in:
parent
d80cb4bd41
commit
cdda88fda7
1 changed files with 2 additions and 1 deletions
|
@ -64,9 +64,10 @@ author: Jan-Piet Mens
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
action: irc server=irc.example.net channel="#t1" msg="Hello world"
|
action: irc server=irc.example.net channel="#t1" msg="Hello world"
|
||||||
|
|
||||||
local_action: irc port=6669
|
local_action: irc port=6669
|
||||||
channel="#t1"
|
channel="#t1"
|
||||||
msg="Hello at {{ ansible_date_time.iso8601 }}"
|
msg="All finished at {{ ansible_date_time.iso8601 }}"
|
||||||
color=red
|
color=red
|
||||||
nick=ansibleIRC
|
nick=ansibleIRC
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in a new issue