aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/run.yml
diff options
context:
space:
mode:
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 }}'