Browse Source

mysql user for this host

master
parent
commit
cd2928ec30
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      tasks/postfixadmin.yml

+ 1
- 0
tasks/postfixadmin.yml View File

@@ -27,5 +27,6 @@
name: "{{postfix_postfixadmin_mysql_username}}"
password: "{{postfix_postfixadmin_mysql_password}}"
priv: "{{postfix_postfixadmin_mysql_database}}.*:SELECT"
host: "{{inventory_hostname}}"
state: present
delegate_to: "{{postfix_postfixadmin_mysql_host}}"

Loading…
Cancel
Save