You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you run the oracle install role, the task prepare_installation.yml checks if /opt/oracle exists, if not, the next task runs.
So task 2 creates /opt/oracle/data for example, and then task 3 fails (because of file not exists, or HTTP not running).
On the next run, the folder /opt/oracle exists and all tasks in this file are skipped. This should be made more fail proof and check for a successful installed file within the /opt/oracle/product/19.0.0 folder for example, at least for a folder which is not created during the second task.
When you run the oracle install role, the task prepare_installation.yml checks if /opt/oracle exists, if not, the next task runs.
So task 2 creates /opt/oracle/data for example, and then task 3 fails (because of file not exists, or HTTP not running).
On the next run, the folder /opt/oracle exists and all tasks in this file are skipped. This should be made more fail proof and check for a successful installed file within the /opt/oracle/product/19.0.0 folder for example, at least for a folder which is not created during the second task.
connections-automation/roles/third_party/oracle-install/tasks/prepare_installation.yml
Line 1 in 4e0466a
The text was updated successfully, but these errors were encountered: