aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index c1e8d9c..f1d073f 100644
--- a/Makefile
+++ b/Makefile
@@ -27,8 +27,4 @@ all: run
.PHONY: run
run:
-ifdef CI
- ansible-playbook --inventory inventory.ini --limit '$(call escape,$(limit))' --private-key .ansible-key maintenance.yml
-else
ansible-playbook --inventory inventory.ini --limit '$(call escape,$(limit))' maintenance.yml
-endif