mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2025-04-20 23:03:33 +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:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
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
|
- name: With requirements
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
playbook: playbook.yml
|
playbook: playbook.yml
|
||||||
directory: test
|
directory: test
|
||||||
configuration: ansible.cfg
|
|
||||||
requirements: requirements.yml
|
requirements: requirements.yml
|
||||||
options: --inventory hosts
|
options: --inventory hosts
|
||||||
- name: With requirements bundle
|
- name: With requirements bundle
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue