fix(docker): some smaller tweaks in the docker role

This commit is contained in:
2024-09-25 23:36:57 +02:00
parent 762265794c
commit 6cadc44d1c
3 changed files with 9 additions and 9 deletions

View File

@@ -1,13 +1,13 @@
---
- name: install required packages
become: true
ansible.builtin.apt:
ansible.builtin.package:
state: present
name:
- docker.io
- curl
- ca-certificates
- gnupg
state: latest
- name: install docker compose plugin (standalone)
become: true