Skip to content

Commit

Permalink
fix missing tags
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Sep 20, 2017
1 parent 0b8ad06 commit 4f7b846
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,14 @@
force: true
register: _download_latest
tags:
- configuration
- pip
- pip-pip-download

- name: install (latest) pip (setuptools and wheel)
command: python {{ _download_latest.dest }}
when: _download_latest | changed
tags:
- configuration
- pip
- pip-pip-install

0 comments on commit 4f7b846

Please sign in to comment.