File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed
Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ bugfixes :
3+ - " oracluvfy did not fail when error was detected ()"
Original file line number Diff line number Diff line change 3737 environment : |-
3838 {{ oracle_script_env | ansible.utils.remove_keys(target=['CV_ASSUME_DISTID']) }}
3939
40+ - name : execute_cluvfy | Show result
41+ ansible.builtin.debug :
42+ var : cluvfy_execute_res.stdout_lines
43+
4044 rescue :
41- - name : execute_cluvfy | cluvfy failed
42- ansible.builtin.fail :
43- msg : See next task for details
4445
45- always :
46- - name : execute_cluvfy | Show result
46+ - name : execute_cluvfy | Show result from failed cluvfy
4747 ansible.builtin.debug :
4848 var : cluvfy_execute_res.stdout_lines
49+
50+ - name : execute_cluvfy | cluvfy failed
51+ ansible.builtin.fail :
You can’t perform that action at this time.
0 commit comments