add missing become_user
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Robert Kaussow 2019-01-13 23:04:01 +01:00
parent d7fa4e7ff5
commit b0628494d3

View File

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