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

Bug fix

parent b603fd2e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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