Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

Commit

Permalink
pip: add role
Browse files Browse the repository at this point in the history
  • Loading branch information
arturtamborski committed Jun 3, 2019
1 parent 6fe0e0a commit 85d73d8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions roles/pip/tasks/main.yaml
@@ -0,0 +1,16 @@
---

- name: pip - main
include_role:
public: yes
name: common
tasks_from: main
vars:
given: "{{ pip }}"


- name: update
command: "{{ item }} -m pip install --upgrade pip"
with_items:
- "python2"
- "python3"

0 comments on commit 85d73d8

Please sign in to comment.