From 78b5d8c88fd2d4869289203e7b7e930543c44e58 Mon Sep 17 00:00:00 2001 From: Jason Rothstein Date: Sat, 25 Jul 2026 19:21:22 -0500 Subject: [PATCH] Add some missing depends in the make file Signed-off-by: Jason Rothstein --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 419ce3a..84144d7 100644 --- a/Makefile +++ b/Makefile @@ -21,22 +21,22 @@ collectionforce: ansible-galaxy collection install -r ./collections/requirements.yml --force .PHONY: ping -ping: +ping: galaxy ansible -m ping all .PHONY: setup -setup: +setup: galaxy ansible -m setup all .PHONY: reboot -reboot: +reboot: galaxy ansible -m reboot all .PHONY: playbook -playbook: +playbook: galaxy ansible-playbook test.yml .PHONY: checkdiff -checkdiff: +checkdiff: galaxy ansible-playbook test.yml --check --diff