mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-12 19:48:47 +00:00
parent
5a36cb6169
commit
7c3fcca750
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