Skip to content

Commit

Permalink
use defaults for any el9 variant
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom committed Feb 26, 2024
1 parent 09cb41c commit dd16986
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions molecule/upgrade/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,11 @@
nodejs_version: 14
when: ansible_os_family == "RedHat" and ansible_distribution_major_version == '8'

- name: Set dependency versions on el9
set_fact:
ruby_version: 3.1
nodejs_version: 18
when: ansible_os_family == "RedHat" and ansible_distribution_major_version == '9'

- name: Set dependency versions on Rocky 9
- name: Use default versions on el8
set_fact:
additional_rpm_installs:
- lua-posix
when: ansible_os_family == "RedHat" and ansible_distribution_major_version == '9' and ansible_distribution == 'Rocky'
when: ansible_os_family == "RedHat" and ansible_distribution_major_version == '9'

roles:
- role: ood-ansible
Expand Down

0 comments on commit dd16986

Please sign in to comment.