ansible_stdout_compact_logger
ansible_stdout_compact_logger copied to clipboard
Ansible Stdout Compact Logger
Hello. i just updatet the callback script. and it looks like i work. but i'm starting to get this warrning now: ~~~ [WARNING]: Failure using method (v2_playbook_on_task_start) in callback plugin...
- Source #12, thanks @pierrehenrymuller - `actionable` callback does that by default
The "debug" module does not display anything when in a loop. Example: - hosts: all gather_facts: False tasks: - name: message loop debug: msg: "Hello {{item}}" with_items: - alice -...
I have this error only for scenario "test-5.yml" by using include_tasks.
rather than ``` [17:16:42] Create ca cert directory | 10.0.197.195 | SUCCESS | 765ms 10.0.198.55 | SUCCESS | 766ms 10.0.196.132 | SUCCESS | 885ms ``` It might be easier to...
Hello, it's beautiful plugin ! How to disable SKIPPED message if display_skipped_hosts is define to "False" on ansible.cfg. Thanks
I do not really know if this is an issue with this callback plugin, but when i do sth like: ``` for instance in "${instances[@]}"; do ansible-playbook -i "$instance" playbook.yml...
Will be broken from version `2.11`.
Hi, Very compact callback plugin, thanks. I use actionable by default which filters messages without changes. When I need to visualize information I use a task like this one: ```...