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:
parent
784a2cd80a
commit
fb411a2756
@ -1,2 +1,2 @@
|
||||
Host {{ inventory_hostname }}
|
||||
User {{ ansible_user }}
|
||||
Host {{ ansible_host }}
|
||||
User {{ ansible_user }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user