Browse Source

mysql user for this host

master
parent
commit
6065972baa
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      tasks/main.yml

+ 1
- 0
tasks/main.yml View File

@@ -46,6 +46,7 @@
name: "{{dovecot_postfixadmin_mysql_username}}"
password: "{{dovecot_postfixadmin_mysql_password}}"
priv: "{{dovecot_postfixadmin_mysql_database}}.*:SELECT"
host: "{{inventory_hostname}}"
state: present
delegate_to: "{{dovecot_postfixadmin_mysql_host}}"



Loading…
Cancel
Save