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
99655e47
Commit
99655e47
authored
Nov 13, 2020
by
viscapi
Browse files
Removed useless ODBC package
parent
a7c07b9e
Changes
1
Show whitespace changes
Inline
Side-by-side
postgresql/tasks/packages.yml
View file @
99655e47
...
...
@@ -12,7 +12,6 @@
-
python-pip
-
'
postgresql{{
postgresql_version
|
replace(".",
"")
}}'
-
'
postgresql{{
postgresql_version
|
replace(".",
"")
}}-server'
-
'
postgresql{{
postgresql_version
|
replace(".",
"")
}}-odbc'
state
:
present
when
:
(ansible_facts['distribution'] == "CentOS" and ansible_facts['distribution_major_version'] == "7")
...
...
@@ -24,7 +23,6 @@
-
python3-pip
-
postgresql
-
postgresql-server
-
postgresql-odbc
state
:
present
when
:
(ansible_facts['distribution'] == "CentOS" and ansible_facts['distribution_major_version'] == "8")
...
...
Write
Preview
Markdown
is supported
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