Slight tweak of irc module example

reviewable/pr18780/r1
Michael DeHaan 12 years ago
parent d89adad5c0
commit e2ec0afcb6

@ -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…
Cancel
Save