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 f202818 commit cd34524Copy full SHA for cd34524
roles/oradb_datapatch/tasks/main.yml
@@ -7,7 +7,9 @@
7
loop_control:
8
loop_var: lsnrinst
9
label: "LISTENER: {{ lsnrinst.listener_name }} ORACLE_HOME: {{ listener_home }}"
10
- when: listener_installed is defined and lsnrinst.state|lower == 'present'
+ when:
11
+ - listener_installed is defined
12
+ - lsnrinst.state | lower == 'present'
13
14
- name: oradb_datapatch | Start database
15
opitzconsulting.ansible_oracle.oracle_db:
0 commit comments