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