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

Optimize mode and ownership changes

parent 9faee9bd
Branches
No related tags found
No related merge requests found
......@@ -44,7 +44,11 @@
command: mv /tmp/oracle_x64_11_2_0_3_0_pdo_oci_so /usr/lib/php5/20090626/pdo_oci.so
- name: "PHP | OCI | Change ownership for Oracle InstantClient"
command: chown -R root:root {{ item }}
file:
path="{{ item }}"
owner="root"
group="root"
recurse=yes
with_items:
- /usr/local/lib/instantclient_11_2
- /usr/lib/php5/20090626/oci8.so
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment