Re: [ansible-project] install vmware tools via ansible playbook (winrm)

2023-03-10 Thread Thanh Nguyen Duc
Does command work locally? If can then you may try to create a bat file then trigger it instead?Thanks and Best Regards,Thanh.On 11 Mar 2023, at 07:29, Will McDonald wrote:It's hard to tell from the mail formatted commands but thoughts off the top of my head:1. /S /v"/qn looks like it might need

Re: [ansible-project] install vmware tools via ansible playbook (winrm)

2023-03-10 Thread Will McDonald
It's hard to tell from the mail formatted commands but thoughts off the top of my head: 1. /S /v"/qn looks like it might need an additional space: /v "/qn 2. Have you tried to register the output of the task and then subsequently inspect that? If so... what's the output? 3. Have you tried using

[ansible-project] install vmware tools via ansible playbook (winrm)

2023-03-10 Thread Shay Cohen
.I am trying to install a vmare tools on windows machine but noting happen I manage to copy the file but when I am trying to install I don't see any error or installation running in the background. --- - hosts: all tasks: - name: Copy a single file vmare-tools

[ansible-project] install vmware tools via ansible playbook (winrm)

2023-03-10 Thread Shay Cohen
Hi, .I am trying to install a vmare tools on windows machine but noting happen I manage to copy the file but when I am trying to install I dont see any or installation running in the background. --- - hosts: all tasks: - name: Copy a single file vmare-tools ansible.windows.win_copy: