Skip to content

Commit

Permalink
OCTOPUS-583: add pip3 install if missing
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Bastide <[email protected]>
  • Loading branch information
prb112 committed Apr 12, 2024
1 parent 2a42dd8 commit fa3e3f8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ansible/post/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
hosts: all

tasks:
- name: Install needed packages
package:
name:
- python3-pip
state: present

- name: Install Pre-requisites
pip:
name:
Expand Down

0 comments on commit fa3e3f8

Please sign in to comment.