mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2026-04-28 09:12:08 -06:00
workflows: test installing bundled requirements
This commit is contained in:
@@ -52,6 +52,14 @@ jobs:
|
|||||||
options: |
|
options: |
|
||||||
--inventory hosts
|
--inventory hosts
|
||||||
--limit local
|
--limit local
|
||||||
|
- name: Test local
|
||||||
|
uses: ./
|
||||||
|
with:
|
||||||
|
playbook: playbook.yml
|
||||||
|
requirements: requirements-bundle.yml
|
||||||
|
options: |
|
||||||
|
--inventory hosts
|
||||||
|
--limit local
|
||||||
test-local-more:
|
test-local-more:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user