Make mash/playbook_base run earlier

It does some sanity validation checks, etc., so it makes sense to run it
early on, not when half the roles have completed (or failed in an ugly way).
This commit is contained in:
Slavi Pantaleev 2024-01-23 16:47:53 +02:00
parent 71b167a4bc
commit 7198beff92

View file

@ -10,6 +10,9 @@
- install-all
# /role-specific:playbook_help
# No role-specific checks here, as it's a local role that is always installed.
- role: mash/playbook_base
# role-specific:systemd_docker_base
# This role has no tasks at all
- role: galaxy/systemd_docker_base
@ -48,9 +51,6 @@
- install-all
# /role-specific:timesync
# No role-specific checks here, as it's a local role that is always installed.
- role: mash/playbook_base
# role-specific:swap
- role: galaxy/swap
# /role-specific:swap