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/changelogs/fragments/fix_ansible_issue_71942.yaml

6 lines
303 B
YAML

bugfixes:
- >
user - Local users with an expiry date cannot be created as the ``luseradd`` /
``lusermod`` commands do not support the ``-e`` option. Set the expiry time in
this case via ``lchage`` after the user was created / modified. (https://github.com/ansible/ansible/issues/71942)