Add some notifies here.

This commit is contained in:
Kevin Fenzi 2014-06-09 20:06:12 +00:00
parent 8a91ad5190
commit b50688221e

View file

@ -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