From 51fd2dad0ae6fd43db69d9abd7144b4aa9d3c81c Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 19 Aug 2021 19:28:47 +0300 Subject: add Makefile --- .github/workflows/run.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index a4e6fe4..d1a5348 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -32,4 +32,4 @@ jobs: ${{ secrets.SSH_KEY }} EOF - name: Run Ansible play - run: ansible-playbook --inventory inventory.ini --limit '${{ github.event.inputs.hosts }}' --private-key .ansible-key maintenance.yml + run: make run limit='${{ github.event.inputs.hosts }}' -- cgit v1.2.3