You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...
Running the following playbook:'---- name: Playbook with local role hosts: localhost connection: local collections: - devsec.hardening roles: - devsec.hardening.os_hardening'
Current Behavior
...
Expected Behavior
I expected this playbook to have no errors on any task but it did on the one mentioned above, please help.
OS / Environment
Provide all relevant information below, e.g. target OS versions, network device firmware, etc.
Description
TASK [devsec.hardening.os_hardening : Set password ageing for existing regular (non-system, non-root) accounts] ********
failed: [localhost]
{"ansible_loop_var": "item", "changed": false, "item": "guido", "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"}
Reproduction steps
Current Behavior
...
Expected Behavior
I expected this playbook to have no errors on any task but it did on the one mentioned above, please help.
OS / Environment
Provide all relevant information below, e.g. target OS versions, network device firmware, etc.
Ansible Version
Collection Version
Additional information
...
The text was updated successfully, but these errors were encountered: