mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2024-11-22 07:26:25 +00:00
0689c791d8
* Introduce optional support for ansible.cfg * Add missing ansible.cfg local & remote tests * Update Readme * Fix broken local test --------- Co-authored-by: thehedhly <thehedhly@users.noreply.github.com>
4 lines
118 B
INI
4 lines
118 B
INI
[defaults]
|
|
callbacks_enabled = ansible.posix.profile_tasks, ansible.posix.timer
|
|
stdout_callback = yaml
|
|
nocows = false
|