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
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
---
- 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:

+0 −1
Original line number Diff line number Diff line
@@ -34,7 +34,6 @@
      - amd64-microcode
      - cryptsetup
      - curl
      - docker.io
      - git
      - intel-microcode
      - libpam-mount-bin