Hi all, I would like to get the value of --limit. For instance, let's have 
this command:

$ ansible-playbook site.yml --limit foo

I would like to read {{ limit }} from a task. Is there a solution or do I 
have to do something like the following?

$ ansible-playbook site.yml --limit foo -e "limit=foo"

Thanks, Marco

-- 
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/32cc5b27-ee9e-4848-be04-96952a26afb5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to