Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
poc_irods
poc-irods
Commits
adfd3217
Commit
adfd3217
authored
Nov 18, 2020
by
viscapi
Browse files
Disables built-in PostgreSQL module prior to installing external version on CentOS 8
parent
ea072f7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
postgresql/tasks/packages.yml
View file @
adfd3217
...
...
@@ -35,6 +35,10 @@
state
:
present
when
:
(ansible_facts['distribution'] == "CentOS" and ansible_facts['distribution_major_version'] == "8")
-
name
:
Disable the built-in PostgreSQL module
command
:
dnf -qy module disable postgresql
when
:
(ansible_facts['distribution'] == "CentOS" and ansible_facts['distribution_major_version'] == "8" and not use_distribution_postgresql)
-
name
:
Install PostgreSQL {{ external_postgresql_version }} packages for CentOS
8
dnf
:
conf_file
:
'
/etc/dnf/dnf.conf'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment