Add some missing depends in the make file
Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
@@ -21,22 +21,22 @@ collectionforce:
|
|||||||
ansible-galaxy collection install -r ./collections/requirements.yml --force
|
ansible-galaxy collection install -r ./collections/requirements.yml --force
|
||||||
|
|
||||||
.PHONY: ping
|
.PHONY: ping
|
||||||
ping:
|
ping: galaxy
|
||||||
ansible -m ping all
|
ansible -m ping all
|
||||||
|
|
||||||
.PHONY: setup
|
.PHONY: setup
|
||||||
setup:
|
setup: galaxy
|
||||||
ansible -m setup all
|
ansible -m setup all
|
||||||
|
|
||||||
.PHONY: reboot
|
.PHONY: reboot
|
||||||
reboot:
|
reboot: galaxy
|
||||||
ansible -m reboot all
|
ansible -m reboot all
|
||||||
|
|
||||||
.PHONY: playbook
|
.PHONY: playbook
|
||||||
playbook:
|
playbook: galaxy
|
||||||
ansible-playbook test.yml
|
ansible-playbook test.yml
|
||||||
|
|
||||||
.PHONY: checkdiff
|
.PHONY: checkdiff
|
||||||
checkdiff:
|
checkdiff: galaxy
|
||||||
ansible-playbook test.yml --check --diff
|
ansible-playbook test.yml --check --diff
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user