I want to use the "target" also as a variable not just for hosts file

ansible-playbook msi_install.yml -vvv

The problems( in red)

  • the find command is OK
  • but instead of getting the value of the target host like “199.121.121.1” i am getting “win_host1”
  • where should I define the varible “repoPath” i have few more variable related only for the localhost like “repoReleasePath” etc…(alll mounted in linux to windows)

file name: win_global.yml