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 6c7e0f5 commit 6e0f9c7Copy full SHA for 6e0f9c7
changelogs/fragments/128-oradb_manage_grants.yml
@@ -0,0 +1,3 @@
1
+---
2
+bugfixes:
3
+ - "fix oradb_manage_grants (#306)"
roles/oradb_manage_grants/tasks/main.yml
@@ -117,8 +117,8 @@
117
when:
118
- oracle_pdbs is defined
119
- 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)
+ - item.0.state | lower == 'present'
+ - (item.1.grants is defined or item.1.object_privs is defined)
122
run_once: "{{ configure_cluster }}"
123
become_user: "{{ oracle_user }}"
124
loop_control:
0 commit comments