130:aa9bf9c90aac
Anton Shestakov <av6@dwimlabs.net>, Thu, 11 Aug 2016 18:19:01 +0800
pipelines: no need to be extra verbose on the initial run If it fails, it will print enough debug info with just one -v. Also, verbosity level 4 prints debug messages for connection, which is unlikely to be useful (it's local).

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
...