Skip to content

Commit

Permalink
Ensure latest pip + virtualenv modules are installed
Browse files Browse the repository at this point in the history
  • Loading branch information
ukanga committed May 16, 2022
1 parent cf806a6 commit e9d3ddf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,11 @@

- name: Upgrade pip to latest version
pip:
name: pip
name: "{{ item }}"
state: present
with_items:
- pip
- virtualenv

- name: Upgrade setuptools to desired version
pip:
Expand Down

0 comments on commit e9d3ddf

Please sign in to comment.