Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 86f9c3d3 authored by Jean-François HOVINNE's avatar Jean-François HOVINNE
Browse files

fix: Install libclntsh.so (RHEL), update EPEL RPM (AL2) (fixes #27)

parent 0ecfc049
No related branches found
No related tags found
1 merge request!27fix: Install libclntsh.so (RHEL, fixes #27)
---
- name: Install OCI8 extension
ansible.builtin.package:
name: "{{ php_package_prefix }}-oci8"
name:
- "https://download.oracle.com/otn_software/linux/instantclient/oracle-instantclient-basic-linuxx64.rpm"
- "{{ php_package_prefix }}-oci8"
state: present
when: ansible_distribution != 'Amazon'
become: true
......
---
php_distribution_major_version: 7
php_enabled_yum_repos:
- https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
- https://dl.fedoraproject.org/pub/archive/epel/7/x86_64/Packages/e/epel-release-7-14.noarch.rpm
- https://rpms.remirepo.net/enterprise/remi-release-7.rpm
php_imported_gpg_keys:
- https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-7
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment