aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f1d073f..9e0d21b 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,10 @@ $(eval $(call noexpand,limit))
.PHONY: all
all: run
+.PHONY: deps
+deps:
+ ansible-galaxy collection install -r requirements.yml
+
.PHONY: run
run:
ansible-playbook --inventory inventory.ini --limit '$(call escape,$(limit))' maintenance.yml