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

Dba 813 #1141

Merged
merged 3 commits into from
Nov 28, 2024
Merged

Dba 813 #1141

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@
path: "/tmp/dbca{{ db_version }}.rsp"
state: absent
when: command_result.stdout is search("100%")
tags: remove-response-file
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

- name: Download agent RU patch
import_tasks: download_oem_ru_software.yml
tags: download_oem_ru_software

- name: Upgrade OEM agent Agentpatcher
import_tasks: oms_upgrade_agentpatcher.yml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@
- "em13500_linux64-3.zip"
- "em13500_linux64-4.zip"
- "em13500_linux64-5.zip"
tags:
- download_oem_software
4 changes: 3 additions & 1 deletion ansible/roles/oracle-oms-setup/tasks/oem_ru_upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@
include_tasks: cleanup.yml
vars:
patch_type: agent
tags: patch_agent
tags:
- patch_agent
- cleanup