Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
infra
ansible-shared
supplemental
Commits
7fdb8882
Commit
7fdb8882
authored
Nov 03, 2017
by
Hinrikus Wolf
Browse files
branding: allow branded repos to use https, if needed
parent
ddd33f8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
branding/tasks/main.yml
View file @
7fdb8882
...
...
@@ -66,6 +66,18 @@
-
branding
-
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
apt_repository
:
repo
:
'
deb
[arch=amd64]
{{
item
}}'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment