From 564d96c567d070763e2f37780da8cda621cbc6bf Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Wed, 23 Dec 2020 11:47:59 +0100 Subject: [PATCH] Bug fix --- tasks/oci-7.2.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tasks/oci-7.2.yml b/tasks/oci-7.2.yml index 6e91e15..43727c9 100644 --- a/tasks/oci-7.2.yml +++ b/tasks/oci-7.2.yml @@ -40,6 +40,11 @@ path: /opt/oracle/instantclient_18_5 state: absent + - name: Ensure directory /opt/oracle + file: + path: /opt/oracle + state: directory + - name: Move Oracle InstantClient to /opt/oracle command: mv /tmp/instantclient_18_5 /opt/oracle/instantclient_18_5 -- GitLab