From 5cc4e96120bd71deec7035e4a45b48e04a7b4a5e Mon Sep 17 00:00:00 2001 From: cradle8810 Date: Thu, 25 Apr 2024 21:43:48 +0900 Subject: [PATCH] Self run test --- .github/workflows/jobs.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/jobs.yml b/.github/workflows/jobs.yml index 9613d61..3c27c99 100644 --- a/.github/workflows/jobs.yml +++ b/.github/workflows/jobs.yml @@ -1,6 +1,5 @@ --- -name: Lints - +name: Hayaworld Ansible Jobs on: push: branches: @@ -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