Fix restart command for confluence certificates
This commit is contained in:
parent
40bd3cf30e
commit
4c2ff47a28
@ -6,10 +6,10 @@
|
||||
group: root
|
||||
perm: '400'
|
||||
format: key
|
||||
action: 'service nginx restart'
|
||||
action: '/usr/sbin/service nginx restart'
|
||||
- path: /etc/nginx/ssl/{{ confluence_domain }}.crt
|
||||
user: root
|
||||
group: root
|
||||
perm: '400'
|
||||
format: crt,ca
|
||||
action: 'service nginx restart'
|
||||
action: '/usr/sbin/service nginx restart'
|
||||
|
Loading…
Reference in New Issue
Block a user