Skip to content
Snippets Groups Projects
Commit e9e6f1a0 authored by nimrod's avatar nimrod
Browse files

Debian server role: Install the Docker package.

Instead of having the Docker package as part of the general utility
package installation.
parent b3dee02d
No related branches found
No related tags found
No related merge requests found
---
- name: Install Docker
ansible.builtin.apt:
cache_valid_time: 3600
name:
- docker.io
state: present
- name: Get the Docker package facts
ansible.builtin.package_facts:
......
......@@ -34,7 +34,6 @@
- amd64-microcode
- cryptsetup
- curl
- docker.io
- git
- intel-microcode
- libpam-mount-bin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment