From 3ffc65deae9667fd9980a8820d9be24433e9e6f1 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Wed, 4 Dec 2019 14:42:54 +0100 Subject: [PATCH] Fix the move command --- tasks/oci-7.2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/oci-7.2.yml b/tasks/oci-7.2.yml index 383d406..6e91e15 100644 --- a/tasks/oci-7.2.yml +++ b/tasks/oci-7.2.yml @@ -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 -- GitLab