Fix temp. inventory on the backup host

On the mysql backup task, there is a problem when the backup file is
trying to copied to the backup server. This patch fix that using
the IP instead of the hostname

Change-Id: If6fa0f337d5aa5a51bea7c6823b20c21b134b576
This commit is contained in:
Juan Badia Payno 2019-02-18 17:15:53 +01:00
parent 784a2cd80a
commit fb411a2756

View File

@ -1,2 +1,2 @@
Host {{ inventory_hostname }}
User {{ ansible_user }}
Host {{ ansible_host }}
User {{ ansible_user }}