hi I’m wondering if there is a method to delegate to another host from the command ansible without writing down a playbook
ansible server1 -m synchronize -a “src=~/gitapi dest=~” -e “ansible_python_interpreter=/usr/bin/python3”
is there an env variable to delegate the module synchronize execution to server2?
regards
Luca