Merge "Support non standard Python path"

This commit is contained in:
Jenkins 2017-01-30 14:43:49 +00:00 committed by Gerrit Code Review
commit b233d1b2db

View File

@ -1,6 +1,6 @@
---
- name: Checking docker-py version
command: python -c "import docker; print docker.__version__"
command: "{{ ansible_python.executable }} -c \"import docker; print docker.__version__\""
register: result
changed_when: false
failed_when: result | failed or