Updated from OpenStack Ansible Tests
Change-Id: I6fabafcbca658070c697941b1d1d2961e86a225b
This commit is contained in:
parent
e9b5b968c1
commit
4261ed8ce0
@ -36,5 +36,6 @@
|
|||||||
password: "{{ item.1.password }}"
|
password: "{{ item.1.password }}"
|
||||||
host: "{{ item.1.host | default('%') }}"
|
host: "{{ item.1.host | default('%') }}"
|
||||||
priv: "{{ item.0.name }}.*:{{ item.1.priv | default('ALL') }}"
|
priv: "{{ item.0.name }}.*:{{ item.1.priv | default('ALL') }}"
|
||||||
|
append_privs: yes
|
||||||
loop: "{{ _oslodb_databases | subelements('users') }}"
|
loop: "{{ _oslodb_databases | subelements('users') }}"
|
||||||
no_log: true
|
no_log: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user