diff options
author | Matt Clay <matt@mystile.com> | 2019-02-18 15:59:13 +0100 |
---|---|---|
committer | Sam Doran <sdoran@redhat.com> | 2019-02-18 15:59:13 +0100 |
commit | 687279c7bdc027d7ddcb75e106837a96b63525c4 (patch) | |
tree | e5ac900378fafe2f7b68812e0749922facf8111c /test/integration/targets/user | |
parent | Fixed typo in azure_rm_cosmosdbaccount documentation (#52451) (diff) | |
download | ansible-687279c7bdc027d7ddcb75e106837a96b63525c4.tar.xz ansible-687279c7bdc027d7ddcb75e106837a96b63525c4.zip |
Set user expires on FreeBSD using UTC. (#52276)
Diffstat (limited to 'test/integration/targets/user')
-rw-r--r-- | test/integration/targets/user/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/user/tasks/main.yml b/test/integration/targets/user/tasks/main.yml index e36cb60951..bc268e2d51 100644 --- a/test/integration/targets/user/tasks/main.yml +++ b/test/integration/targets/user/tasks/main.yml @@ -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 |