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:
parent
71b167a4bc
commit
7198beff92
1 changed files with 3 additions and 3 deletions
|
@ -10,6 +10,9 @@
|
||||||
- install-all
|
- install-all
|
||||||
# /role-specific:playbook_help
|
# /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
|
# role-specific:systemd_docker_base
|
||||||
# This role has no tasks at all
|
# This role has no tasks at all
|
||||||
- role: galaxy/systemd_docker_base
|
- role: galaxy/systemd_docker_base
|
||||||
|
@ -48,9 +51,6 @@
|
||||||
- install-all
|
- install-all
|
||||||
# /role-specific:timesync
|
# /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-specific:swap
|
||||||
- role: galaxy/swap
|
- role: galaxy/swap
|
||||||
# /role-specific:swap
|
# /role-specific:swap
|
||||||
|
|
Loading…
Reference in a new issue