Add reboot

This commit is contained in:
Jason Rothstein 2024-03-15 22:27:03 -05:00
parent 77fd1f2522
commit f9c2559f39

View File

@ -20,6 +20,10 @@ ping:
setup: setup:
ansible -m setup all ansible -m setup all
.PHONY: reboot
reboot:
ansible -m reboot all
.PHONY: playbook .PHONY: playbook
playbook: playbook:
ansible-playbook test.yml ansible-playbook test.yml