We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36755d2 commit ef974b2Copy full SHA for ef974b2
db-opatch.yml
@@ -0,0 +1,12 @@
1
+- name: Apply binary patches
2
+ hosts: "{{ hostgroup }}"
3
+ become: yes
4
+ serial: 1
5
+ roles:
6
+ - {role: oraswdb-manage-patches }
7
+
8
+- name: Run datapatch
9
10
11
12
+ - {role: oradb-datapatch }
gi-opatch.yml
@@ -1,9 +1,6 @@
-#!/usr/bin/env ansible-playbook
----
-
- - name: Apply latest PSU to GI
+ - name: Apply patches to GI
hosts: "{{ hostgroup }}"
become: yes
roles:
- - oraswgi-opatch
+ - {role: oraswgi-manage-patches }
0 commit comments