mirror of
https://github.com/HanXHX/ansible-mysql.git
synced 2026-04-09 13:42:10 +07:00
Manages "host_all" on users
This commit is contained in:
@@ -68,7 +68,8 @@
|
||||
name: "{{ item.name }}"
|
||||
password: "{{ item.password }}"
|
||||
priv: "{{ item.priv }}"
|
||||
host: "{{ item.host | default('localhost') }}"
|
||||
host: "{{ item.host | default(omit) }}"
|
||||
host_all: "{{ item.host_all | default(omit) }}"
|
||||
state: present
|
||||
with_items: "{{ mariadb_users }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user