diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6ffc578..8b5bbf1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: -w /wd \ -e INPUT_PLAYBOOK=playbook.yml \ -e INPUT_KEY="${{secrets.SSH_PRIVATE_KEY}}" \ - -e INPUT_OPTIONS="-e host=host -e user=user" \ + -e INPUT_OPTIONS="--inventory hosts --limit remote" \ action - name: Test local uses: ./ @@ -31,7 +31,5 @@ jobs: playbook: playbook.yml key: ${{secrets.SSH_PRIVATE_KEY}} options: | - -e host=localhost - -e user=root - -c local - -v \ No newline at end of file + --inventory hosts + --limit local \ No newline at end of file