Add some notifies here.
This commit is contained in:
parent
8a91ad5190
commit
b50688221e
1 changed files with 6 additions and 0 deletions
|
@ -10,15 +10,21 @@
|
||||||
tags:
|
tags:
|
||||||
- services
|
- services
|
||||||
- fedmsg/irc
|
- fedmsg/irc
|
||||||
|
notify:
|
||||||
|
- restart fedmsg-irc
|
||||||
|
|
||||||
- name: setup fedmsg-irc config file
|
- name: setup fedmsg-irc config file
|
||||||
template: src=ircbot.py.j2 dest=/etc/fedmsg.d/ircbot.py
|
template: src=ircbot.py.j2 dest=/etc/fedmsg.d/ircbot.py
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
- fedmsg/irc
|
- fedmsg/irc
|
||||||
|
notify:
|
||||||
|
- restart fedmsg-irc
|
||||||
|
|
||||||
- name: setup fas credentials config file
|
- name: setup fas credentials config file
|
||||||
template: src=fas-credentials.py.j2 dest=/etc/fedmsg.d/fas-credentials.py
|
template: src=fas-credentials.py.j2 dest=/etc/fedmsg.d/fas-credentials.py
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
- fedmsg/irc
|
- fedmsg/irc
|
||||||
|
notify:
|
||||||
|
- restart fedmsg-irc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue