aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-10-11 15:51:19 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-10-11 15:51:19 +0300
commit8b826418ac6aff07b294a29d126c8799d991cf9d (patch)
tree205cbdec519205b39bb8d23b159b9ce3db28cda9 /Makefile
parentinventory: -o ForwardAgent=yes (diff)
downloadmaintenance-8b826418ac6aff07b294a29d126c8799d991cf9d.tar.gz
maintenance-8b826418ac6aff07b294a29d126c8799d991cf9d.zip
workflows/run: use action to set up ssh-agent
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