Re: [ansible-project] Issue ---- Module Failure\nSee stdout/stderr

2021-10-15 Thread Abhijot Singh Kathuria
ain_state delegate_to: "{{ fqdn_new_win_machine }}" ##Reboot the machine after joining to Domain - name: Reboot after Domain Join ansible.windows.win_reboot: when: domain_state.reboot_required Do you think I should break this playbook into 2 different playbooks? One for V

Re: [ansible-project] Issue ---- Module Failure\nSee stdout/stderr

2021-10-14 Thread Abhijot Singh Kathuria
the vmware related tasks > use delegate_to: localhost since what is happening behind the scenes are > just soap/rest api calls against vcenter. > > You should also pay attention to the conection plugin. > > Hope that helps > > On Fri, Oct 15, 2021, 00:01 Abhijot Singh Kath

[ansible-project] Issue ---- Module Failure\nSee stdout/stderr

2021-10-14 Thread Abhijot Singh Kathuria
Hey Guys, I need some assistance on the below error. I've tried everything but I'm not able to resolve the same. TASK [Join to Domain] ** task path: