Change name
This commit is contained in:
parent
6a83f805c8
commit
5b14597202
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Reference in a new issue