Skip to content

Commit

Permalink
Merge pull request #1640 from grycap/virtualenv
Browse files Browse the repository at this point in the history
Fix error in RHE
  • Loading branch information
micafer authored Dec 2, 2024
2 parents 2f50633 + 185d381 commit bcfc346
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions contextualization/conf-ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,14 @@
executable: pip3
extra_args: "{{ extra_args }}"

- name: Create virtualenv link in PATH
file:
state: link
src: /usr/local/bin/virtualenv
dest: /usr/local/sbin/virtualenv
when: ansible_os_family == "RedHat"
ignore_errors: yes

# Version over 21 does not work with python 3.6 or older
- name: Upgrade pip in py3.6-
pip:
Expand Down

0 comments on commit bcfc346

Please sign in to comment.