Add python modules required for docker stacks
This commit is contained in:
parent
b16ab5205c
commit
9e369e9adc
1 changed files with 5 additions and 2 deletions
|
|
@ -38,9 +38,12 @@
|
|||
become: true
|
||||
notify: Handle docker daemon
|
||||
|
||||
- name: Ensure docker module for python installed
|
||||
- name: Ensure docker requisites for python installed
|
||||
pip:
|
||||
name: docker
|
||||
name:
|
||||
- docker
|
||||
- jsondiff
|
||||
- pyyaml
|
||||
tags:
|
||||
- pip
|
||||
- python
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue