--- a/contrib/provision/playbook.yml Sat Mar 19 10:45:04 2016 +0800+++ b/contrib/provision/playbook.yml Sat Mar 19 10:46:01 2016 +0800@@ -40,4 +40,12 @@ tags: [turnserver] - role: tram-im tags: [tram-im]+ post_tasks:+ - name: Enable service+ service: name={{ item }} state=started enabled=yes+ with_items:+ - nginx+ - prosody+ - resiprocate-turn-server+ tags: [checks] ...