aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/run.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml
index 6f7a3ef..a478734 100644
--- a/.github/workflows/run.yml
+++ b/.github/workflows/run.yml
@@ -28,7 +28,7 @@ jobs:
uses: webfactory/ssh-agent@v0.7.0
with:
ssh-private-key: '${{ secrets.SSH_KEY }}'
- - name: Install collections
+ - name: Install dependencies
run: make deps
- - name: Run Ansible play
+ - name: Run Ansible
run: make run LIMIT='${{ github.event.inputs.hosts }}'