add missing become_user
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
d7fa4e7ff5
commit
b0628494d3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user