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 - restart apache
- name: start mote-updater service - name: start mote-updater service
service: name={{ item }} state=started service: name=mote-updater state=started enabled=yes
with_items:
- mote-updater
tags: tags:
- services - services
- mote - mote