fix privileges for handler

This commit is contained in:
Robert Kaussow 2018-08-11 15:36:31 +02:00
parent cacc89b7d6
commit b9800a6a4c

View File

@ -5,3 +5,5 @@
name: nginx name: nginx
listen: listen:
- "nginx_reload" - "nginx_reload"
become: True
become_user: root