Explorar el Código

use host_ip not hostname

master
padre
commit
142548cda6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      tasks/main.yml

+ 1
- 1
tasks/main.yml Ver fichero

@@ -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}}"



Cargando…
Cancelar
Guardar