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 84f3f41 commit 5cc4e96
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/jobs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
name: Lints

name: Hayaworld Ansible Jobs
on:
push:
branches:
Expand Down Expand Up @@ -50,12 +49,14 @@ jobs:
uses: actions/checkout@v4

- name: Prepare environments (apt)
run: >
run: |
ansible-galaxy install -r requirements.yml
- name: "ansible-play -C --tags dnsmasq rui.yml"
- name: "ansible-playbook -C --tags dnsmasq rui.yml"
run: |
ansible-playbook \
-i inventories -C \
-i inventories \
-C \
--tags dnsmasq \
--ssh-common-args='-o StrictHostKeyChecking=no'
rui.yml

0 comments on commit 5cc4e96

Please sign in to comment.