ansible.posix/plugins/callback
Pablo Méndez Hernández 2f224e6a6a Add option to provide a different date/time format
The new `datetime_format` key will offer the possibility of
providing a different date/time format than the default one
(`'%A %d %B %Y  %H:%M:%S %z'`).

- The `iso8601` value can be used as an `'%Y-%m-%dT%H:%M:%S.%f'`
  alias (format of the ISO 8601 date/time standard).

The code has changed from using the `time` API to the `datetime`
one in order to support sub-second precision (needed by the ISO
8601 format, for example).

Signed-off-by: Pablo Mendez Hernandez <pablomh@redhat.com>
2025-04-17 15:57:00 +02:00
..
__init__.py Initial commit 2020-03-09 13:15:28 +00:00
cgroup_perf_recap.py Fixes issue related to updating the ansible-core devel branch 2025-04-17 00:11:31 +00:00
debug.py Fixed documentation and options to address new sanity tests 2022-04-01 13:23:45 +09:00
json.py Merge pull request #441 from jsquyres/pr/json-indent-level 2023-04-27 20:52:09 +00:00
jsonl.py Merge pull request #441 from jsquyres/pr/json-indent-level 2023-04-27 20:52:09 +00:00
profile_roles.py Improve callback output to align header with roles, tasks and play RECAP 2024-10-02 15:08:03 +09:00
profile_tasks.py Add option to provide a different date/time format 2025-04-17 15:57:00 +02:00
timer.py Improve callback output to align header with roles, tasks and play RECAP 2024-10-02 15:08:03 +09:00