Commit 2da98754 authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: update cache when installing docker

parent 986bfe1d
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
---

# remove old docker.io packages
- name: "remove old docker.io packages"
  ansible.builtin.apt:
@@ -42,6 +41,7 @@
  ansible.builtin.apt:
    name: "{{ item }}"
    state: "present"
    update_cache: true
  with_items:
    - "docker-ce"
    - "docker-ce-cli"