This is an automated email from the ASF dual-hosted git repository.
machristie pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git
The following commit(s) were added to refs/heads/develop by this push:
new 9f0c6cd780 Ansible: fixing yaml syntax error
9f0c6cd780 is described below
commit 9f0c6cd7809b61a50c8f8c18b8b1d490a93250a5
Author: Marcus Christie <[email protected]>
AuthorDate: Thu Sep 8 17:39:41 2022 -0400
Ansible: fixing yaml syntax error
---
.../ansible/inventories/scigap/develop/host_vars/cyberwater/vars.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dev-tools/ansible/inventories/scigap/develop/host_vars/cyberwater/vars.yml
b/dev-tools/ansible/inventories/scigap/develop/host_vars/cyberwater/vars.yml
index 95119ad1f7..a3dded57fd 100644
--- a/dev-tools/ansible/inventories/scigap/develop/host_vars/cyberwater/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/develop/host_vars/cyberwater/vars.yml
@@ -19,7 +19,7 @@
#
---
- vhost_servername: "cyberwater.scigap.org"
+vhost_servername: "cyberwater.scigap.org"
#vhost_servername: "cyberwater.js2.scigap.org"
vhost_ssl: true
ssl_certificate_file: "/etc/letsencrypt/live/{{ vhost_servername }}/cert.pem"