Skip to content
Snippets Groups Projects
Commit 7fdb8882 authored by Hinrikus Wolf's avatar Hinrikus Wolf
Browse files

branding: allow branded repos to use https, if needed

parent ddd33f8b
No related branches found
No related tags found
No related merge requests found
...@@ -66,6 +66,18 @@ ...@@ -66,6 +66,18 @@
- branding - branding
- repos - repos
- name: ensure apt https transport is available
apt:
name: apt-transport-https
state: installed
with_items: "{{ branding_apt_repos }}"
when:
- branding_apt_repos is defined
- item|truncate(5, True, '') == "https"
tags:
- branding
- repos
- name: ensure configuration of apt repositories - name: ensure configuration of apt repositories
apt_repository: apt_repository:
repo: 'deb [arch=amd64] {{ item }}' repo: 'deb [arch=amd64] {{ item }}'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment