1
0
Fork 0
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:
thehedhly 2024-01-16 14:37:49 +01:00
parent e0d5382ed1
commit 1b9fea2030

View file

@ -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