mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
* Do not remove non-ASCII Unicode from multi-line string output.
* Added basic tests.
* Add Unicode test.
* Simplify tests, avoid later Jinja features.
* Refactor.
* Make use diy tests use callback test framework as well.
* Remove color codes.
* Work around stable-2.9 bug.
* Simplify again.
(cherry picked from commit 0a7ed3b019)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
5
tests/integration/targets/callback/inventory.yml
Normal file
5
tests/integration/targets/callback/inventory.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
all:
|
||||
hosts:
|
||||
testhost:
|
||||
ansible_connection: local
|
||||
Reference in New Issue
Block a user