mirror of
https://github.com/davestephens/ansible-nas
synced 2024-12-26 03:23:11 +00:00
fix whitespace
This commit is contained in:
parent
ba067abab8
commit
5a36cb6169
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue