[ansible-devel] Re: winrm send_input failed. help needed.

2019-07-04 Thread Tony Chia
Btw you can use ARA to display the output of each registered variables without using the debug module Another side benefits is that it keeps your execution logs so you can refers to it later https://ara.readthedocs.io/en/latest/ -- You received this message because you are subscribed to

[ansible-devel] Re: winrm send_input failed. help needed.

2019-07-04 Thread Chris Jackson
Thanks Tony, Yes, you were right - I needed {{ this_artifact.value.name }} Chris. On Wednesday, July 3, 2019 at 7:24:11 PM UTC+1, Tony Chia wrote: > > Can you use the debug module and print out the variable > this_artifact.name ? > > It appears you have registered

[ansible-devel] Re: winrm send_input failed. help needed.

2019-07-03 Thread Chris Jackson
Thanks Jordan, The playbook has now moved on and now i am getting the following error:- 'ansible.utils.unsafe_proxy.AnsibleUnsafeText object' has no attribute 'name' this is being generated from an include_tasks on the following YAML: name: Get the package from the artifactory win_uri: