Skip to content
Snippets Groups Projects
Commit 8846b4f5 authored by jurgenhaas's avatar jurgenhaas
Browse files

Bug fixes

parent 813d4044
No related branches found
No related tags found
No related merge requests found
......@@ -62,8 +62,6 @@
recurse: yes
with_items:
- '/usr/local/lib/instantclient_11_2'
- '/usr/lib/php5/20090626/oci8.so'
- '/usr/lib/php5/20090626/pdo_oci.so'
- name: "PHP | OCI | Make available libclntsh.so"
file:
......
......@@ -3,7 +3,7 @@
- name: "Check OCI Requirement"
stat:
path: '/usr/lib/php/20151012/oci.so'
path: '/usr/lib/php/20151012/oci8.so'
register: oci_file
- block:
......@@ -52,7 +52,6 @@
recurse: yes
with_items:
- '/usr/local/lib/instantclient_11_2'
- '/usr/lib/php/20151012/oci8.so'
- name: "Make available libclntsh.so"
file:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment