This commit is contained in:
Kekskurse 2021-10-11 12:42:17 +02:00
parent a4462341e7
commit 0caa2c79f0
Signed by: kekskurse
GPG Key ID: 728ACCB59341E7E4
1 changed files with 4 additions and 1 deletions

View File

@ -42,7 +42,10 @@
owner: root
group: root
mode: '0644'
- name: Install python3-setuptools
apt:
name: python3-setuptools
state: present
- name: Install docker python package
pip:
name: docker