Skip to content
Snippets Groups Projects
Commit 58384edd authored by Thomas Schneider's avatar Thomas Schneider
Browse files

Install ca-certificates alongside apt-transport-https

parent 06bc1866
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,9 @@
- name: ensure apt https transport is available
apt:
name: apt-transport-https
name:
- apt-transport-https
- ca-certificates
state: present
loop: "{{ branding_apt_repos }}"
when:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment