Ensure python libraries for docker are present
This commit is contained in:
parent
d5f964bb7f
commit
1a4a1c6b82
|
@ -14,3 +14,10 @@
|
|||
state: "directory"
|
||||
tags:
|
||||
- configuration
|
||||
|
||||
- name: ensure that the python docker library is present
|
||||
apt:
|
||||
name:
|
||||
- python3-distutils
|
||||
- python3-docker
|
||||
state: present
|
||||
|
|
Loading…
Reference in New Issue
Block a user