Merge pull request #306 from fabricat/patch-1

run check task even in check mode
This commit is contained in:
Jeff Geerling 2021-10-14 09:54:30 -05:00 committed by GitHub
commit 010917b868
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@
- name: Check current docker-compose version.
command: "{{ docker_compose_path }} --version"
register: docker_compose_current_version
check_mode: no
changed_when: false
failed_when: false