Changeset - 79a84d2b8e01
[Not reviewed]
0 1 0
Branko Majic (branko) - 9 years ago 2015-10-18 20:36:30
branko@majic.rs
Noticket: Fixing extra brackets for default value for https_tls_certificate.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
roles/web_server/defaults/main.yml
Show inline comments
 
---
 

	
 
https_tls_key: "{{ tls_private_key_dir }}/{{ ansible_fqdn }}_https.key"
 
https_tls_certificate: "{{ tls_certificate_dir }}/{{ ansible_fqdn }}_https.pem }}"
 
https_tls_certificate: "{{ tls_certificate_dir }}/{{ ansible_fqdn }}_https.pem"
 
web_default_title: "Welcome"
 
web_default_message: "You are attempting to access the web server using a wrong name or an IP address. Please check your URL."
0 comments (0 inline, 0 general)