mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Start mote-updater service to listen on the Fedmsg bus
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user