Skip to content

Commit

Permalink
[GST-1779] Upgrade setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Roche committed Jun 2, 2016
1 parent 9b3dd91 commit c98ab93
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
- python-dev
- python-pip

- name: Install latest version of setuptools
become: yes
pip:
name: setuptools
state: latest

- name: Install Ansible
become: yes
pip:
Expand Down

0 comments on commit c98ab93

Please sign in to comment.