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
fb6bb3dd35
commit
f2c2363c5a
@ -7,6 +7,7 @@
|
||||
listen: __ucs_apache_restart
|
||||
when: ucs_custom_tls_apache2_enabled
|
||||
become: True
|
||||
become_user: root
|
||||
|
||||
- name: Restart dovecot service
|
||||
service:
|
||||
@ -16,6 +17,7 @@
|
||||
listen: __ucs_dovecot_restart
|
||||
when: ucs_custom_tls_dovecot_enabled
|
||||
become: True
|
||||
become_user: root
|
||||
|
||||
- name: Restart postfix service
|
||||
service:
|
||||
@ -25,3 +27,4 @@
|
||||
listen: __ucs_postfix_restart
|
||||
when: ucs_custom_tls_postfix_enabled
|
||||
become: True
|
||||
become_user: root
|
||||
|
Loading…
Reference in New Issue
Block a user