Updated from OpenStack Ansible Tests

Change-Id: Idae4acc12c4e254ef5a10ccffd1bf96bc4146d48
This commit is contained in:
OpenStack Proposal Bot 2019-07-16 14:51:46 +00:00
parent 87effc0479
commit 1632b71803

View File

@ -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