Skip to content

Commit

Permalink
Ignore errors on pip packages
Browse files Browse the repository at this point in the history
  • Loading branch information
angstwad committed Oct 19, 2015
1 parent 5e06138 commit 2d17398
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
- { name: docker-py, version: "{{ pip_version_docker_py }}" }
- { name: docker-compose, version: "{{ pip_version_docker_compose }}" }
when: item.version=="latest"
ignore_errors: yes

# Install specific version when set in the variables
- name: Install specific pip, setuptools, docker-py and docker-compose with pip
Expand Down

0 comments on commit 2d17398

Please sign in to comment.