aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/run.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-08-19 19:28:47 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-08-19 19:28:47 +0300
commit51fd2dad0ae6fd43db69d9abd7144b4aa9d3c81c (patch)
tree89c518e10378167d4e50e0e2ffc60e95437edb99 /.github/workflows/run.yml
parentvagrant: use sudo for pruning (diff)
downloadmaintenance-51fd2dad0ae6fd43db69d9abd7144b4aa9d3c81c.tar.gz
maintenance-51fd2dad0ae6fd43db69d9abd7144b4aa9d3c81c.zip
add Makefile
Diffstat (limited to '.github/workflows/run.yml')
-rw-r--r--.github/workflows/run.yml2
1 files changed, 1 insertions, 1 deletions
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 }}'