Change name

This commit is contained in:
Kekskurse 2021-10-19 18:49:37 +02:00
parent 6a83f805c8
commit 5b14597202
Signed by: kekskurse
GPG Key ID: 728ACCB59341E7E4
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@
apt:
name: python3-setuptools
state: present
- name: Install python3-dev
apt:
name: python3-dev
state: present
- name: Install docker python package
pip:
name: docker