134:165e519bfa3d
Anton Shestakov <av6@dwimlabs.net>, Thu, 11 Aug 2016 18:59:21 +0800
pipelines: yaml was getting confused by a ':' in the two messages, drop it

previous change 108:f24c7fee1b0d

provision/roles/nginx/handlers/main.yml

Permissions: -rw-r--r--

Other formats: Feeds:
---
- name: restart nginx
service:
name: nginx
state: restarted
...