Skip to content

Commit 6e0f9c7

Browse files
bartowlRendanic
authored andcommitted
fix refactoring bug
1 parent 6c7e0f5 commit 6e0f9c7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
bugfixes:
3+
- "fix oradb_manage_grants (#306)"

roles/oradb_manage_grants/tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@
117117
when:
118118
- oracle_pdbs is defined
119119
- item.0 is defined
120-
- and item.0.state | lower == 'present'
121-
- and (item.1.grants is defined or item.1.object_privs is defined)
120+
- item.0.state | lower == 'present'
121+
- (item.1.grants is defined or item.1.object_privs is defined)
122122
run_once: "{{ configure_cluster }}"
123123
become_user: "{{ oracle_user }}"
124124
loop_control:

0 commit comments

Comments
 (0)