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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user