Skip to content

Commit 564de9f

Browse files
authored
Merge branch 'master' into postgresql_12
2 parents d90d329 + ec4f4c7 commit 564de9f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@ Vagrant.configure('2') do |config|
106106
##
107107
## end
108108

109-
end
109+
end

tasks/install_dnf.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# validate www.postgresql.org (or probably any other source).
55

66
- block:
7-
- name: PostgrSQL | Install all the required depedencies | dnf
7+
- name: PostgrSQL | Install all the required dependencies | dnf
88
dnf:
99
name: "ca-certificates, python-pycurl, glibc-common, libselinux-python, python*-psycopg2"
1010
state: present

tasks/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
tags: [postgresql, postgresql-install]
2121

2222
- import_tasks: install_yum.yml
23-
when: ansible_pkg_mgr == "yum" and ( ansible_distribution == "RedHat" or ansible_distribution == "CentOS" )
23+
when: ansible_pkg_mgr == "yum" and ( ansible_distribution == "RedHat" or ansible_distribution == "CentOS" or ansible_distribution == "OracleLinux")
2424
tags: [postgresql, postgresql-install]
2525

2626
- import_tasks: install_dnf.yml

0 commit comments

Comments
 (0)