reverted docker package

the dependency error was caused by debian, the issue has been fixed, the package is "docker-ce", while the "docker" package either has nothing to do with docker or does not work
This commit is contained in:
Bryan Joshua Pedini 2024-03-20 16:38:22 +01:00
parent 4e8a880d4f
commit 19ca98b90b
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@
ansible.builtin.apt:
update_cache: yes
name:
- docker
- docker-ce
state: latest
when: ansible_facts.os_family == "Debian"