Correct! On the remote side. I tried updating the $HOME environment variable once it goes over there but realized I was down a rat hole and didn't want to break other stuff.
I saw on a previous post that this is HARD CODED in the Ansible code. John On Thursday, April 28, 2016 at 1:14:13 PM UTC-7, Johannes Kastl wrote: > > On 28.04.16 20:46 Andreas Olsson wrote: > > On tor, 2016-04-28 at 08:54 -0700, johhue wrote: > > .... > >> Is there a way to overrride where this "cp" directory goes? > > > > Put something like this in your ansible.cfg. > > > > [ssh_connection] > > control_path = /path/to/new_cp/ansible-ssh-%%h-%%p-%%r > > > > See also > https://docs.ansible.com/ansible/intro_configuration.html#control-path > > You are describing how to use a different control-path, which is on > the host machine, i.e. the machine where ansible is called. > > I think John wants to use a different folder on the target host, i.e. > the host on which the changes are applied to... > > Johannes > > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/b52b4493-61e5-46d7-a55e-9812e5a426bd%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
