feat: install docker

This commit is contained in:
Ivan R. 2024-01-20 11:17:20 +05:00
parent 132828a44b
commit 5265dfc79d
Signed by: lumin
GPG key ID: 927D3132247BDE4E

View file

@ -36,3 +36,9 @@
- python3
- python3-venv
- python3-pip
- name: Install docker and docker-compose
become: true
ansible.builtin.apt:
pkg:
- docker
- docker-compose