Skip to content

Commit

Permalink
Python3 role: force adding link to pip3/python3
Browse files Browse the repository at this point in the history
This is needed to make upgrades from Yoda 1.8.x work correctly.
  • Loading branch information
stsnel committed Sep 6, 2023
1 parent a9a0050 commit b08ff2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/python3/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
state: link
dest: "/usr/local/bin/{{ item }}"
src: "/opt/rh/rh-python38/root/bin/{{ item }}"
force: true
with_items:
- pip3
- python3
Expand Down

0 comments on commit b08ff2b

Please sign in to comment.