We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03bc368 commit 0ba99f1Copy full SHA for 0ba99f1
1 file changed
deploy/ansible/roles-db/4.1.3-oracle-data-guard/tasks/00-validate-primary.yaml
@@ -64,14 +64,14 @@
64
- "Database instance: {{ ansible_hostname }}"
65
- "Primary mounted status: {{ primary_mounted or primary_open }}"
66
- "Primary open status: {{ primary_open }}"
67
- - "Primary instance open_mode: {{ dg_status.stdout }}"
68
- "Primary instance needs mounting: {{ needs_mounting }}"
+ - "Primary instance open_mode: {{ dg_status.stdout }}"
69
70
- name: "4.1.3 Oracle Data Guard - Restart Primary instance"
71
when:
72
- not primary_mounted
73
- not primary_open
74
- - not needs_mounting or primary_exclusive
+ - needs_mounting or primary_exclusive
75
block:
76
- name: "4.1.3 Oracle Data Guard: - Restart Primary instance"
77
ansible.builtin.include_tasks: "00-restart-instance.yaml"
0 commit comments