Hi All,
I am trying to upload and installing package on remote machine using uri module.
How to convert below existing method of curl to ansible uri module?
Upload a package AND install
curl -u admin:admin -F file=@"name of zip file" -F name="name of package"
-F force=true -F install=true http://localhost:4502/crx/packmgr/service.jsp
Kindly help someone please?
Amaranth