Enable mote-updater service in role

This commit is contained in:
Chaoyi Zha 2015-06-15 16:29:15 +00:00
parent b6c776093b
commit 3d7603cbe2

View file

@ -26,9 +26,7 @@
- restart apache
- name: start mote-updater service
service: name={{ item }} state=started
with_items:
- mote-updater
service: name=mote-updater state=started enabled=yes
tags:
- services
- mote