Hi!
Scenario:
An ansible play modifies the facts of a box (i.e., by configuring the
secondary interface of an AWS instance), rendering the previously
gathered facts for that box inaccurate (the IP address of the
secondary interface just configured won't be available).
How can I tell ansible to gather again the facts for this box? Is it
ok to call the setup module directly?
Thanks a bunch!
Cheers,