mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2024-11-18 19:10:43 +01:00
Merge pull request #326 from kare/style-fix-325
style: fix ansible-lint nit about truthy value
This commit is contained in:
commit
e622cbda44
@ -2,7 +2,7 @@
|
||||
- name: Check current docker-compose version.
|
||||
command: "{{ docker_compose_path }} --version"
|
||||
register: docker_compose_current_version
|
||||
check_mode: no
|
||||
check_mode: false
|
||||
changed_when: false
|
||||
failed_when: false
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user