Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions ansible/roles/baselayout/tasks/partials/repo/rhel9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,3 @@
ansible.builtin.dnf:
name: https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
state: present

- name: install Python 3.12
ansible.builtin.dnf:
name: ['python3.12','python3.12-pip']
state: present
notify: package updated

- name: update python3 package alternatives
community.general.alternatives:
link: /usr/bin/python3
name: python3
path: /usr/bin/python3.12
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@

- name: install pip
ansible.builtin.dnf:
name: python3-pip
name: ['python3.12','python3.12-pip']
state: present

- name: install tap2junit
ansible.builtin.pip:
executable: /usr/bin/pip3
name: tap2junit=={{ tap2junit_version }}
state: present
virtualenv: /home/{{ server_user }}/venv
virtualenv_command: python3.12 -m venv