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
|
||||
group: root
|
||||
mode: '0644'
|
||||
|
||||
- name: Install python3-setuptools
|
||||
apt:
|
||||
name: python3-setuptools
|
||||
state: present
|
||||
- name: Install docker python package
|
||||
pip:
|
||||
name: docker
|
||||
|
|
Reference in a new issue