Skip to content

Commit

Permalink
Consistency changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Apr 21, 2017
1 parent d45c32c commit 0fdb9a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
pip:
name: supervisor
version: "{{ supervisor_version }}"
executable: "pip2"
executable: pip2
when: "supervisor_version != 'latest'"
tags:
- supervisor-install-specific
Expand All @@ -23,7 +23,7 @@
pip:
name: supervisor
state: "{{ supervisor_version }}"
executable: "pip2"
executable: pip2
when: "supervisor_version == 'latest'"
tags:
- supervisor-install-latest

0 comments on commit 0fdb9a8

Please sign in to comment.