Compare commits

..

No commits in common. "03a6c15cbd69c944b4703e5f4cf6ee3bfad7d7e5" and "fa69073a9b08220dbe8e164008ad06ab72e1c159" have entirely different histories.

View file

@ -18,7 +18,7 @@
- name: Ensure docker repository is available
apt_repository:
repo: deb https://download.docker.com/linux/{{ ansible_distribution | lower }} {{ ansible_distribution_release }} stable
repo: deb https://download.docker.com/linux/debian buster stable
state: present
notify: Update apt cache
@ -31,7 +31,6 @@
- docker-ce
- docker-ce-cli
- containerd.io
- docker-compose-plugin
state: present
- name: Configure docker daemon