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