Hello,
Is there a way for a module to output information when ansible-playbook is running in verbose mode (-v, -vv, -vvv, or -vvvv)?
Thanks,
Hank
Hello,
Is there a way for a module to output information when ansible-playbook is running in verbose mode (-v, -vv, -vvv, or -vvvv)?
Thanks,
Hank
No- You really only have the ability to return extra information.
Action plugins (like `template`) can, but they're a very different
beast.