try again. run only against bastion02 to see what isnt happening
This commit is contained in:
parent
f158bfca8e
commit
42bf78480e
1 changed files with 3 additions and 3 deletions
|
@ -68,7 +68,7 @@
|
|||
|
||||
- name: install /etc/pki/tls/certs/gateway.crt
|
||||
copy:
|
||||
src="{{private}}/files/smtpd/gateway.complete.crt"
|
||||
src="{{private}}/files/smtpd/gateway.complete.20190901.crt"
|
||||
dest=/etc/pki/tls/certs/gateway.crt
|
||||
owner=root
|
||||
group=root
|
||||
|
@ -81,8 +81,8 @@
|
|||
|
||||
- name: Copy gateway.key
|
||||
copy:
|
||||
src="{{private}}/files/smtpd/gateway.key"
|
||||
dest=/etc/pki/tls/private/
|
||||
src="{{private}}/files/smtpd/gateway.20190901.key"
|
||||
dest=/etc/pki/tls/private/gateway.key
|
||||
owner=root
|
||||
group=postfix
|
||||
mode=0640
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue