Hi Brian, Thanks for the hint. With -vvvvv option I found that the file copy AnsiballZ_setup.py from host to target pod got corrupted. It copied half of the file where the the file has triple quotes.
I see that ansible uses PUT (curl?) to copy the files to target pods: <enl-trafgen-0_enl-trafgen> PUT /home/ejagpat/.ansible/tmp/ansible-local-5870YgWwiY/tmpeayo3R TO /tmp/ansible-tmp-1636022875.82-192503508326341/AnsiballZ_setup.py Is there alternative to this method? what is the problem then? Thanks for help, Jagannath On Wednesday, November 3, 2021 at 3:28:56 PM UTC+1 Brian Coca wrote: > use -vvv and make sure the 'setup' being picked up for execution is > the Ansible one, this seems like an issue of having another setup.py > in your PYTHONPATH that is obscuring the Ansible one. > > > -- > ---------- > Brian Coca > > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/be3bb647-4f07-46b1-a87c-90b1746c98e2n%40googlegroups.com.
