289:88630bb968cb
Anton Shestakov <av6@dwimlabs.net>, Sat, 16 Sep 2017 22:43:00 +0800
provision: target newer Nginx versions (>1.9.5 in this case)

previous change 211:4b03f725cb69

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

Permissions: -rw-r--r--

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