浏览代码

use host_ip not hostname

master
父节点
当前提交
142548cda6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      tasks/main.yml

+ 1
- 1
tasks/main.yml 查看文件

@@ -11,7 +11,7 @@
name: "{{postfixadmin_mysql_username}}"
password: "{{postfixadmin_mysql_password}}"
priv: "{{postfixadmin_mysql_database}}.*:ALL,GRANT"
host: "{{inventory_hostname}}"
host: "{{host_ip}}"
state: present
delegate_to: "{{postfixadmin_mysql_host}}"



正在加载...
取消
保存