Skip to content

Commit

Permalink
Switch to PostgreSQL 13
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Mar 11, 2024
1 parent bc14b05 commit 27b65b6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions roles/foreman_installer/tasks/modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@
- 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:
- foreman_repositories_version is defined
- foreman_repositories_version == "nightly" or foreman_repositories_version is version('3.11', '>=')

0 comments on commit 27b65b6

Please sign in to comment.