summaryrefslogtreecommitdiff
path: root/config/roles/openvpn/tasks/credentials.yml
diff options
context:
space:
mode:
Diffstat (limited to 'config/roles/openvpn/tasks/credentials.yml')
-rw-r--r--config/roles/openvpn/tasks/credentials.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/roles/openvpn/tasks/credentials.yml b/config/roles/openvpn/tasks/credentials.yml
index b7e5dec..153b972 100644
--- a/config/roles/openvpn/tasks/credentials.yml
+++ b/config/roles/openvpn/tasks/credentials.yml
@@ -40,7 +40,7 @@
- name: Install client certificate generating and API endpoint CA bundle
copy:
- content: "{{ lookup('file', '{{ credentials_dir }}/common/old_client_ca.crt') }}\n{{lookup('file', '{{ credentials_dir }}/common/api_ca.crt') }}\n{{ lookup('file', '{{ credentials_dir }}/common/client_ca.crt') }}\n"
+ content: "{{ lookup('file', '{{ credentials_dir }}/common/api_ca.crt') }}\n{{ lookup('file', '{{ credentials_dir }}/common/client_ca.crt') }}\n"
dest: /etc/leap/ca/leap_ca_bundle.crt
mode: 0444
notify: