We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0d91a9 + b61d2eb commit 668b71eCopy full SHA for 668b71e
ansible/roles/etcd/templates/etcd.json.j2
@@ -13,7 +13,7 @@
13
"dest": "/etc/etcd/certs/etcd-key.pem",
14
"owner": "etcd",
15
"perm": "0600"
16
- }{% endif %}{% if etcd_copy_certs | bool %},
+ }{% endif %}{% if etcd_enable_tls | bool and etcd_copy_certs | bool %},{% endif %}{% if etcd_copy_certs | bool %}
17
{
18
"source": "{{ container_config_directory }}/ca-certificates",
19
"dest": "/var/lib/kolla/share/ca-certificates",
0 commit comments