Reorder playbooks to do home last

As home might depend on infra set up in the other playbooks
I mean even those are kinda self-perpetuating but whatever
This commit is contained in:
Salt 2020-07-04 20:03:15 -05:00
parent 5972c8f7e7
commit f96ecc5870

View File

@ -25,6 +25,6 @@
roles:
- role: dns
tags: [ common, dns ]
- import_playbook: playbooks/home.yml
- import_playbook: playbooks/webservers.yml
- import_playbook: playbooks/gameservers.yml
- import_playbook: playbooks/home.yml