iddev: fix the echo line

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2021-03-30 14:58:26 +02:00
parent 0b7cae97a9
commit b46fed01b8

View file

@ -22,8 +22,8 @@
- name: set hostname (required by some services, at least postfix need it)
hostname: name="{{inventory_hostname}}"
- name: Add an apache config to proxy letsencrypt
shell: echo | '
<VirtualHost *:80>
shell: |
echo '<VirtualHost *:80>
ServerName iddev.fedorainfracloud.org
ProxyPass "/.well-known/acme-challenge" "http://certgetter01/.well-known/acme-challenge"
Redirect permanent / https://iddev.fedorainfracloud.org