mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2025-09-03 15:25:46 -06:00
Fix broken local test
This commit is contained in:
parent
e0d5382ed1
commit
1b9fea2030
12
.github/workflows/test.yml
vendored
12
.github/workflows/test.yml
vendored
@ -97,12 +97,22 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
- name: With custom ansible.cfg
|
||||
uses: ./
|
||||
with:
|
||||
playbook: playbook.yml
|
||||
directory: test
|
||||
configuration: |
|
||||
[defaults]
|
||||
callbacks_enabled = ansible.posix.profile_tasks, ansible.posix.timer
|
||||
stdout_callback = yaml
|
||||
nocows = false
|
||||
options: --inventory hosts
|
||||
- name: With requirements
|
||||
uses: ./
|
||||
with:
|
||||
playbook: playbook.yml
|
||||
directory: test
|
||||
configuration: ansible.cfg
|
||||
requirements: requirements.yml
|
||||
options: --inventory hosts
|
||||
- name: With requirements bundle
|
||||
|
Loading…
x
Reference in New Issue
Block a user