docker fixes and nextcloud update

This commit is contained in:
Christian Lempa
2022-11-16 17:09:17 +01:00
parent 073eb8c82c
commit 9d44fabd64
3 changed files with 5 additions and 113 deletions

View File

@@ -10,27 +10,7 @@
- name: install prerequisites
apt:
name:
- apt-transport-https
- ca-certificates
- curl
- gnupg-agent
- software-properties-common
update_cache: yes
- name: add apt-key
apt_key:
url: https://download.docker.com/linux/ubuntu/gpg
- name: add docker repo
apt_repository:
repo: deb https://download.docker.com/linux/ubuntu focal stable
- name: install docker
apt:
name:
- docker-ce
- docker-ce-cli
- containerd.io
- docker.io
update_cache: yes
- name: add user permissions