Revert "fix whitespace"

This reverts commit 5a36cb6169.
This commit is contained in:
Malpractis 2020-01-23 09:55:49 +11:00
parent 5a36cb6169
commit 7c3fcca750

View file

@ -5,7 +5,7 @@
state: present
register: result
until: result is succeeded
- 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