Trying to improve the name, `init` needs to be loaded before calling other subroles. We don't make `init` a dependency of `common`, `masters` and `nodes` to avoid running the relatively slow `openshift_facts` multiple times.
@@ -1,7 +1,7 @@
---
- hosts: OSEv3
roles:
- - openshift_preflight/facts
+ - openshift_preflight/init
name: checks that apply to all hosts
@@ -24,9 +24,8 @@ Example Playbook
```yaml
- gather_facts: no