-
Notifications
You must be signed in to change notification settings - Fork 741
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unsupported parameters for (ansible.builtin.user) module #650
Comments
The installed version 2.10.8 is out of support from ansible. |
Oh my bad. Installed a new os and automatically assumed I got recent
Versions. Thank you!
Am 8. März 2023 17:44:56 schrieb Sebastian Gumprich ***@***.***>:
…
The installed version 2.10.8 is out of support from ansible.
we can check if we could work around this but generally you should install
a supported version.—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Is this issue resolved now? |
Hi @koolwilly72,
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Task "Set password ageing for existing regular (non-system, non-root) accounts" fails on fresh ubuntu 22.04.
Reproduction steps
1. Fresh install of ubuntu 22.04 2. run os and ssh hardening roles in version 8.60
Current Behavior
TASK [devsec.hardening.os_hardening : Set password ageing for existing regular (non-system, non-root) accounts] ********************************************************************************************* failed: [localhost] (item=fallback) => {"ansible_loop_var": "item", "changed": false, "item": "fallback", "msg": "Unsupported parameters for (ansible.builtin.user) module: password_expire_max, password_expire_min Supported parameters include: append, authorization, comment, create_home, expires, force, generate_ssh_key, group, groups, hidden, home, local, login_class, move_home, name, non_unique, password, password_lock, profile, remove, role, seuser, shell, skeleton, ssh_key_bits, ssh_key_comment, ssh_key_file, ssh_key_passphrase, ssh_key_type, state, system, uid, update_password"}
Expected Behavior
no error :)
OS / Environment
Ansible Version
Collection Version
$ ansible-galaxy collection list | grep dev devsec.hardening 8.6.0
Additional information
...
The text was updated successfully, but these errors were encountered: