Skip to content

Commit

Permalink
do not try to upgrade PostgreSQL
Browse files Browse the repository at this point in the history
this role was dropped from FOC and we don't need it anymore
  • Loading branch information
evgeni committed Dec 11, 2023
1 parent 862fdd1 commit 75150f9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions roles/foreman_installer/tasks/upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@
import_role:
name: update_os_packages

- name: 'Upgrade postgresql'
import_role:
name: theforeman.operations.postgresql_upgrade
when:
- ansible_os_family == "RedHat"
- ansible_distribution_major_version == '8'

- include_tasks: installer_version.yml

- name: 'Set internal installer options'
Expand Down

0 comments on commit 75150f9

Please sign in to comment.