mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
time_filter: allow 0 to return 0 (#4612)
* time_filter: allow 0 to return 0 * add changelog * Update changelogs/fragments/4612-time_filter_zero.yml Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -4,6 +4,13 @@
|
||||
# and should not be used as examples of how to write Ansible roles #
|
||||
####################################################################
|
||||
|
||||
- name: test zero is 0
|
||||
assert:
|
||||
that:
|
||||
- "('0' | community.general.to_milliseconds) == 0"
|
||||
- "('0' | community.general.to_seconds) == 0"
|
||||
- "('0' | community.general.to_minutes) == 0"
|
||||
|
||||
- name: test to_milliseconds filter
|
||||
assert:
|
||||
that:
|
||||
|
||||
Reference in New Issue
Block a user