Install complete.crt into .crt
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
905ef28ad2
commit
1e9441af9b
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
||||||
- name: install /etc/pki/tls/certs/gateway.crt
|
- name: install /etc/pki/tls/certs/gateway.crt
|
||||||
copy:
|
copy:
|
||||||
src="{{private}}/files/smtpd/gateway.complete.crt"
|
src="{{private}}/files/smtpd/gateway.complete.crt"
|
||||||
dest=/etc/pki/tls/certs/
|
dest=/etc/pki/tls/certs/gateway.crt
|
||||||
owner=root
|
owner=root
|
||||||
group=root
|
group=root
|
||||||
mode=0644
|
mode=0644
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue