With the new-style of playbook, - include:ing other sub--playbooks it seems extraneous to run fact checking on every included playbook run (for example myne has 12 - include:s) and instead using gather_facts: False in every playbook except the first one.
Might be worth updating configuration.yml with a comment about why it's disabled to explicate that, but again don't want to start mucking things up until I've heard from @rricard.
With the new-style of playbook,
- include:ing other sub--playbooks it seems extraneous to run fact checking on every included playbook run (for example myne has 12- include:s) and instead usinggather_facts: Falsein every playbook except the first one.Might be worth updating
configuration.ymlwith a comment about why it's disabled to explicate that, but again don't want to start mucking things up until I've heard from @rricard.