Stuff
This commit is contained in:
parent
a4462341e7
commit
0caa2c79f0
1 changed files with 4 additions and 1 deletions
|
@ -42,7 +42,10 @@
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
mode: '0644'
|
mode: '0644'
|
||||||
|
- name: Install python3-setuptools
|
||||||
|
apt:
|
||||||
|
name: python3-setuptools
|
||||||
|
state: present
|
||||||
- name: Install docker python package
|
- name: Install docker python package
|
||||||
pip:
|
pip:
|
||||||
name: docker
|
name: docker
|
||||||
|
|
Reference in a new issue