ansible.posix/plugins
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
..
action Merge pull request #361 from k3it/main 2024-09-09 09:39:57 +00:00
callback Add option to provide a different date/time format 2025-04-17 15:57:00 +02:00
module_utils respawn firewalld module when selinux is missing 2023-05-14 05:44:47 +00:00
modules sysctl: Add custom sysctl file example (#606) 2025-03-26 19:21:08 -07:00
shell