Skip to content

Commit

Permalink
Merge pull request #2 from sansible/GST-1779
Browse files Browse the repository at this point in the history
[GST-1779] Upgrade setuptools
  • Loading branch information
js-kingkong-bot committed Jun 2, 2016
2 parents 9b3dd91 + c98ab93 commit cb9bdc2
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 cb9bdc2

Please sign in to comment.