Sure.
When I run a playbook, the output I get on the shell includes something
like:
"ansible_facts": {
"discovered_interpreter_python": "/usr/bin/python"
},
"changed": false,
"invocation": {
"module_args": {
"capacity": null,
"controller_id": null,
.
so on
.
}
},
"msg": "Successfully completed the view storage volume operation",
"storage_status": {
"Message": {
when I register, the output I get is just the "msg" block, whereas I wish
to capture the invocation/module_args block
The module_args block contains some information that I need to make use of.
I hope I was able to explain.
On Monday, November 2, 2020 at 1:55:59 PM UTC+5:30 Abhijeet Kasurde wrote:
> module_args accepts user input. That means those are already with the
> user. I am not sure how that will be useful. Can you provide a use case?
>
> On Mon, Nov 2, 2020 at 1:46 PM Shreya Bhardwaj <[email protected]>
> wrote:
>
>> Hello everyone,
>>
>> I wanted to capture the data present in the module_args.
>> But when I register the output in a variable, I don't get the
>> invocation{module_args} part in it.
>>
>> The way we access ansible facts: {ansible facts['whatever you want to
>> know']['xyz']}
>>
>> Is there a way to access the module_args in the playbook or use them in
>> conditionals somehow?
>>
>> Thanks!
>>
>> --
>> 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/291cc177-8f41-4241-8401-6111b102ef45n%40googlegroups.com
>>
>> <https://groups.google.com/d/msgid/ansible-project/291cc177-8f41-4241-8401-6111b102ef45n%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>
>
> --
> Thanks,
> Abhijeet Kasurde
>
--
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/07edb71b-0e8c-4aac-8841-af3b5956431an%40googlegroups.com.