Skip to content
Snippets Groups Projects
Commit e4dc97a4 authored by Varac's avatar Varac
Browse files

Merge branch '8-install-apt-transport-https-before-installing-any-other-package' into 'master'

Resolve "Install apt-transport-https before installing any other package"

Closes #8

See merge request openappstack/bootstrap!6
parents c0e0f240 68d841a7
No related branches found
No related tags found
No related merge requests found
---
- name: Install some apt dependencies
apt:
name:
- "apt-transport-https"
become: true
- name: Install docker apt repo key
apt_key:
url: "https://download.docker.com/linux/ubuntu/gpg"
......
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