224:668b4f6a8d60
Anton Shestakov <av6@dwimlabs.net>, Fri, 12 Aug 2016 21:00:36 +0800
pipelines: only some tags/roles are currently idempotent 'common' uses command module for setting system locale, and for some reason service module (in post_tasks) thinks prosody needs enabling every time.

previous change 211:4b03f725cb69

contrib/provision/roles/turnserver/handlers/main.yml

Permissions: -rw-r--r--

Other formats: Feeds:
---
- name: restart resiprocate-turn-server
service:
name: resiprocate-turn-server
state: restarted
...