iddev: more fixes for the echo command

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2021-03-30 15:00:40 +02:00
parent b46fed01b8
commit 63863e6248

View file

@ -27,8 +27,7 @@
ServerName iddev.fedorainfracloud.org
ProxyPass "/.well-known/acme-challenge" "http://certgetter01/.well-known/acme-challenge"
Redirect permanent / https://iddev.fedorainfracloud.org
</VirtualHost>
' > /etc/httpd/conf.d/proxy_letsencrypt.conf
</VirtualHost>' > /etc/httpd/conf.d/proxy_letsencrypt.conf
- name: reload apache
ansible.builtin.service:
name: httpd