From f9c2559f3921cce0576b607d1eec58f4c2473cf1 Mon Sep 17 00:00:00 2001 From: Jason Rothstein Date: Fri, 15 Mar 2024 22:27:03 -0500 Subject: [PATCH] Add reboot --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 5264b4c..03f012e 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,10 @@ ping: setup: ansible -m setup all +.PHONY: reboot +reboot: + ansible -m reboot all + .PHONY: playbook playbook: ansible-playbook test.yml