Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Oracle installation is not running if the role fails one time #292

Open
stoeps13 opened this issue Jul 13, 2023 · 0 comments
Open

Oracle installation is not running if the role fails one time #292

stoeps13 opened this issue Jul 13, 2023 · 0 comments

Comments

@stoeps13
Copy link
Contributor

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.

- name: Check if {{ __ora_rsp_oracle_base }} is already there

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants