fix whitespace

This commit is contained in:
Malpractis 2020-01-23 08:54:54 +11:00 committed by GitHub
parent ba067abab8
commit 5a36cb6169
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
state: present state: present
register: result register: result
until: result is succeeded until: result is succeeded
- name: 'Check if docker-py is installed' - name: 'Check if docker-py is installed'
shell: pip3 show docker-py shell: pip3 show docker-py
failed_when: docker_py_check.rc != 1 and docker_py_check.rc != 0 failed_when: docker_py_check.rc != 1 and docker_py_check.rc != 0