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