feat: install docker
This commit is contained in:
parent
132828a44b
commit
5265dfc79d
1 changed files with 6 additions and 0 deletions
|
@ -36,3 +36,9 @@
|
|||
- python3
|
||||
- python3-venv
|
||||
- python3-pip
|
||||
- name: Install docker and docker-compose
|
||||
become: true
|
||||
ansible.builtin.apt:
|
||||
pkg:
|
||||
- docker
|
||||
- docker-compose
|
||||
|
|
Loading…
Reference in a new issue