You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
hey guys,
I need to inject a .json file into an application using ansible. I know that we have a module called URI. However this application accepts only by Content-Type: "application/x-www-form-urlencoded" ... in this case, I can't use "src:file.json" Is that correct? ..
Do I need to create a variable file with all data and pass it using "body: {{ fields }}"?
Thank you
Regards
RG
Dick Visser
unread,
Jun 14, 2020, 2:33:47 PM6/14/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ansible...@googlegroups.com
On Sun, 14 Jun 2020 at 20:22, Renato Marcandier
<renato.m...@gmail.com> wrote:
>
> hey guys,
>
> I need to inject a .json file into an application using ansible.
> I know that we have a module called URI. However this application accepts only by Content-Type: "application/x-www-form-urlencoded" ... in this case, I can't use "src:file.json" Is that correct? ..
Not sure - but what combination(s) did you try, and what was the outcome?
>
> Do I need to create a variable file with all data and pass it using "body: {{ fields }}"?