Skip to content

Commit

Permalink
Self run test
Browse files Browse the repository at this point in the history
  • Loading branch information
cradle8810 committed Apr 25, 2024
1 parent 5cc4e96 commit 2742d55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Prepare environments (apt)
- name: Prepare environments (ansible-galaxy)
run: |
ansible-galaxy install -r requirements.yml
Expand All @@ -58,5 +58,5 @@ jobs:
-i inventories \
-C \
--tags dnsmasq \
--ssh-common-args='-o StrictHostKeyChecking=no'
--ssh-extra-args='-o StrictHostKeyChecking=no' \
rui.yml

0 comments on commit 2742d55

Please sign in to comment.