Hi,
When running ansible with ANSIBLE_KEEP_REMOTE_FILES=1, e.g.
ANSIBLE_KEEP_REMOTE_FILES=1 ansible-playbook -i c2, playbook.yml -vv -u root -k
and then looking at the uploaded files (~/.ansible/tmp/...), I see no module code in them, but I see statements like this:
ZIPDATA = """UEsDBBQA...AACmiQAAAAA="""
So most likely module code is zipped. Can I disable zipping?
Regards,
Yuri