Revert "fix failed docker-py check"

This reverts commit ba067abab8.
This commit is contained in:
Malpractis 2020-01-23 09:55:51 +11:00
parent 7c3fcca750
commit 7675ba3fee

View file

@ -8,7 +8,7 @@
- name: 'Check if docker-py is installed'
shell: pip3 show docker-py
failed_when: docker_py_check.rc != 1 and docker_py_check.rc != 0
ignore_errors: true
register: docker_py_check
- name: 'Remove docker-py if installed'