*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 82ccfbf9 authored by entlein's avatar entlein
Browse files

update-ca-trust is also necessary

parent d64a938c
No related branches found
No related tags found
1 merge request!1Restore main as the default branch
......@@ -72,7 +72,15 @@
# policy: targeted
# state: permissive
# when: ( 'control-plane' in group_names )
#Download the mozilla root CA into the right directory, and update the trust chain
- name: Download root CA
get_url:
url: https://curl.se/ca/cacert.pem
dest: /etc/ssl/certs
- name: Update CA trust
shell: update-ca-trust
- name: Disable SELinux
selinux:
policy: targeted
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment