update docker-py to docker module

docker-py has been deprecated and replaced by docker
This commit is contained in:
Malpractis 2020-01-21 08:49:46 +11:00 committed by GitHub
parent 910b8ddd9f
commit 6a46e5065a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,9 +6,9 @@
register: result
until: result is succeeded
- name: 'Install docker-py'
- name: 'Install docker python module'
pip:
name: docker-py
name: docker
state: present
register: result
until: result is succeeded
@ -37,4 +37,4 @@
state: restarted
when: docker_config.changed
tags:
- skip_ansible_lint
- skip_ansible_lint