From 8b826418ac6aff07b294a29d126c8799d991cf9d Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 11 Oct 2021 15:51:19 +0300 Subject: workflows/run: use action to set up ssh-agent --- Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3