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
|
become: true
|
||||||
notify: Handle docker daemon
|
notify: Handle docker daemon
|
||||||
|
|
||||||
- name: Ensure docker module for python installed
|
- name: Ensure docker requisites for python installed
|
||||||
pip:
|
pip:
|
||||||
name: docker
|
name:
|
||||||
|
- docker
|
||||||
|
- jsondiff
|
||||||
|
- pyyaml
|
||||||
tags:
|
tags:
|
||||||
- pip
|
- pip
|
||||||
- python
|
- python
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue