mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Set user expires on FreeBSD using UTC. (#52276)
This commit is contained in:
@@ -364,7 +364,7 @@
|
||||
- name: BSD | Ensure proper expiration date was set
|
||||
assert:
|
||||
that:
|
||||
- bsd_account_expiration.stdout == '2529878400'
|
||||
- bsd_account_expiration.stdout == '2529881062'
|
||||
when: ansible_facts.os_family == 'FreeBSD'
|
||||
|
||||
- name: Change timezone
|
||||
|
||||
Reference in New Issue
Block a user