Skip to content

Commit

Permalink
Remove disable conflicting repos step
Browse files Browse the repository at this point in the history
  • Loading branch information
ruaridhg committed Nov 5, 2024
1 parent 28107a6 commit b46d2c8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions roles/provision/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,6 @@
state: present
when: ansible_facts['distribution_major_version'] is version("8", ">=")

- name: Disable conflicting repositories and try to install python3 if necessary
ansible.builtin.yum:
name: python3-3.9.18-3.el9_4.5
state: present
disable_repo: appstream
when: ansible_facts['distribution_major_version'] is version("8", ">=")

- name: Upgrade all packages # noqa: package-latest
ansible.builtin.yum:
name: "*"
Expand Down

0 comments on commit b46d2c8

Please sign in to comment.