问题 I was trying to setup mysql master slave replication with ansible for a hostgroup consisting of 2 mysql hosts. Here is my scenario: I run one task in the 1st host and skips the 2nd host, so the 1st task (i.e master replication status) returns some values like Position, File etc. Then, I run another task in 2nd host (skips the 1st hosts), This task uses the return values of the 1st task like master.Position, master.File etc. Now, when I run the playbook, the variables of the 1st task does not