First of all, I guess I should try actually reading things (from set_fact):“These variables will be available to subsequent plays during an ansible-playbook run, but will not be saved across executions even if you use a fact cache.”
And I am running the latest version of AWX that is available as far as I know, but maybe this isn’t new enough? Is there any documentation available o the ‘cacheable’ option? I’ll actually read it this time.
`ansible-doc set_fact` will give you the documentation of the
installed version you have available. This is not directly an awx
version issue but an ansible one.