add missing become_user
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2019-01-13 23:04:01 +01:00
parent d7fa4e7ff5
commit b0628494d3
1 changed files with 2 additions and 2 deletions

View File

@ -6,13 +6,13 @@
name: unifi
listen: __unifi_restart
become: True
become_user: root
- name: Reload nginx
systemd:
state: reloaded
name: nginx
listen:
- __nginx_reload
listen: __nginx_reload
delegate_to: "{{ radicale_nginx_server }}"
become: True
become_user: root