iddev: fix the echo line
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
0b7cae97a9
commit
b46fed01b8
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue