Hi gentlemen,
We are using the Ansible to manage many servers, and we like the dry run mode which with parameters “–check” and “–diff”. We always run with these parameters first to verify that if the changes will be made correctly.
The customized facts are very helpful, to generate some dynamic facts. But the trouble is, when we ran with “–check”, ansible skipped the customized module.
So we can’t use the dry run to check before we push if there are some customized facts used in templates files.
Is there a way to fix this or work around?