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/CAFwWkHquazm%3DKNT6JtgvBiZrk4U7YmibGzQMY73NQe6i4aodog%40mail.gmail.com.
