Change host fix extension

This commit is contained in:
Khue Doan 2021-06-08 19:09:47 +07:00
parent c3ff4e59c6
commit 9c43094d49
2 changed files with 2 additions and 2 deletions

View File

@ -4,10 +4,10 @@ default: run
run:
ansible-playbook \
--inventory hosts.ini \
--inventory hosts.yml \
main.yml
shutdown:
ansible-playbook \
--inventory hosts.ini \
--inventory hosts.yml \
shutdown.yml