[ansible-project] Re: Ansible-playbook 2.10.17 - shell module - No such file or directory

2022-06-03 Thread Ashish Patel
delegate_to: "{{ server_item }}"* > * register: work_start* > * changed_when: false* > > > I did confirm SSH & Sudo works fine between local & remote host > > > On Thursday, June 2, 2022 at 3:11:45 PM UTC-4 Ashish Patel wrote: > >> Gr

[ansible-project] Re: Ansible-playbook 2.10.17 - shell module - No such file or directory

2022-06-03 Thread Ashish Patel
d_when: false* I did confirm SSH & Sudo works fine between local & remote host On Thursday, June 2, 2022 at 3:11:45 PM UTC-4 Ashish Patel wrote: > Greetings Experts :) > > Thank you for looking at this & sparing your preciou

[ansible-project] Ansible-playbook 2.10.17 - shell module - No such file or directory

2022-06-02 Thread Ashish Patel
Greetings Experts :) Thank you for looking at this & sparing your precious time to help me with this.. My initial portion of Playbook: * hosts: localhost connection: local gather_facts: false vars:#