I have playbook with a lot of roles,
A few of them, can’t use “gather facts” cos, no python is avalible at that time, this roles use “raw” and install python.
But after that another rules must have gather facrs due to using facts in templates.
How to combine this in one playbook?