How can I get external gather facts to work with check mode?
For example, I’m using an action of ec2_facts, however, this does not function with --check mode enabled, and my “ansible_ec2_*” variables are not defined.
I need those variables defined to run my check of the results of what would happen.
Is there something I can do to make ec2_facts (or any other gathering, I’d assume) runnable with check mode enabled?
Thank you very much.