Start mote-updater service to listen on the Fedmsg bus
This commit is contained in:
parent
a4d6a0d0a7
commit
9b34faf455
1 changed files with 7 additions and 0 deletions
|
@ -23,6 +23,13 @@
|
|||
notify:
|
||||
- restart apache
|
||||
|
||||
- name: start mote-updater service
|
||||
service: name={{ item }} state=started
|
||||
with_items:
|
||||
- mote-updater
|
||||
tags:
|
||||
- services
|
||||
|
||||
- name: apply selinux type to static files
|
||||
file: >
|
||||
dest=/usr/lib/python2.7/site-packages/mote/static/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue