Add python modules required for docker stacks

This commit is contained in:
Marty Oehme 2021-07-27 14:08:19 +02:00
parent b16ab5205c
commit 9e369e9adc
Signed by: Marty
GPG key ID: B7538B8F50A1C800

View file

@ -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