mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2025-04-12 10:57:04 +00:00
Fix broken local test
This commit is contained in:
parent
e0d5382ed1
commit
1b9fea2030
1 changed files with 11 additions and 1 deletions
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…
Add table
Reference in a new issue