I have a scenario where i have a shell script running externally which at every execution generates dynamic value(can’t add it as ansible task since it is not being executed on any inventory host), i want to use output of this shell script as variable in my current ansible playbook.
Any help on this will be highly appreciated