Add some missing depends in the make file

Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
2026-08-01 20:16:55 -05:00
parent 3de4d3c17c
commit 78b5d8c88f
+5 -5
View File
@@ -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