You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test
Daniel Goldman dbde2c2ae3
user module password expiration fixes (#75390)
* allow inputting 0 for password_expire_{min|max}
   0 is meaningful for min days (any time)   
   0 is technically valid for max_days
* add test for setting both min and max expiry
* [0] return result of execute_command from set_password_expire*
* [1] better return for set_password_expire
* [2] handle returns from set_password_expire*
* only set password expiry if user exists
* collect return-handling code
* combine password min and max into one execution
* handle case where spwd is not present like on macOS and FreeBSD

Co-authored-by: Sam Doran <sdoran@redhat.com>
4 years ago
..
ansible_test ansible-test - Move code from _data to _util. (#75495) 4 years ago
integration user module password expiration fixes (#75390) 4 years ago
lib/ansible_test ansible-test: fix typo in validate-modules (#76765) 4 years ago
sanity Use antsibull 0.40.1 for docsite build (#76675) 4 years ago
support ansible-test pssa update and new rules (#76256) 4 years ago
units iptables - added a ``chain_management`` parameter to control chain (#76378) 4 years ago
utils/shippable Fix Windows CI scripts. 4 years ago