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

Fix the move command

parent b9966c50
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@
state: absent
- name: Move Oracle InstantClient to /opt/oracle
command: mv /tmp/instantclient_18_5 /opt/oracle
command: mv /tmp/instantclient_18_5 /opt/oracle/instantclient_18_5
- name: Move oci8 to /usr/lib/php
command: mv /tmp/oracle_x64_18_5_0_0_0_oci8_so_php_7 /usr/lib/php/20170718/oci8.so
......
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