On 23 November 2013 14:52, Jerome Wagner <[email protected]> wrote: > beware: this will make a lot of ssh round trips i guess i you have tons of > options. maybe using local_action: could help here.
Definitely, plus even with local action, you have an extra process spawned to execute the command, and you have to use the more "ugly" registered.stdout aftwerwards. set_fact is just an action plugin which stays local -- 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]. For more options, visit https://groups.google.com/groups/opt_out.
