Skip to content

Commit

Permalink
Drop ruby:2.7 enablement, we don't care about Foreman 3.1 anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Mar 11, 2024
1 parent 6c0717f commit b72b5f4
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions roles/foreman_installer/tasks/modules.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
---
- name: Enable ruby:2.7 module
dnf:
name: '@ruby:2.7'
state: present
when:
- foreman_repositories_version is defined
- foreman_repositories_version != "nightly"
- foreman_repositories_version is version('2.5', '>=')
- foreman_repositories_version is version('3.1', '<=')

- name: Switch to PostgreSQL 13
command: dnf module switch-to postgresql:13 -y
when:
Expand Down

0 comments on commit b72b5f4

Please sign in to comment.