I have trying to run the following Json; It seems to run fine but It supposed to run a result but I am not seeing nothing. Is anybody could tell me what's going on ? Her is the Json :
curl --basic -u admin:admin -F [email protected] -F name=ms3-samples -F version=2.0 --header "Content-Type: multipart/form-data" "http://52.73.56.141:8080/mmc-console-3.6.2/api/repository" Is the playbook ; what am I supposed to return the curl (URI) result. Also is my YAML script ok ? --- - uri: url="http://52.73.56.141:8080/mmc-console-3.6.2/api/repository" user=admin password=admin [email protected] name=ms3-samples version=2.0 Header_Content-Type=="multipart/form-data" -- 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 post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/0b641ce2-d105-446c-be33-46936d3a9394%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
