fix(metal): use the correct playbook for boot target

This commit is contained in:
Khue Doan 2021-12-01 22:21:28 +07:00
parent e89aea8cfa
commit b3949a42da

View File

@ -5,7 +5,7 @@ default: boot cluster
boot:
ansible-playbook \
--inventory inventories/prod.ini \
main.yml
boot.yml
cluster:
ansible-playbook \