Skip to content

Update minimum required Ansible version for os_hardening #657

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

Merged
merged 5 commits into from
Apr 12, 2023

Conversation

schurzi
Copy link
Contributor

@schurzi schurzi commented Apr 10, 2023

We use options from ansible.builtin.user that are first introduced in 2.11. (password_expire_max, password_expire_min)

see: https://github.com/ansible/ansible/blob/f9534fd7b7e8c7f3314d68f62025ebc9499a72f5/lib/ansible/modules/user.py#L245-L256

@schurzi schurzi requested a review from rndmh3ro April 10, 2023 21:45
@schurzi schurzi linked an issue Apr 10, 2023 that may be closed by this pull request
schurzi added 2 commits April 10, 2023 23:49
Signed-off-by: Martin Schurz <[email protected]>
Signed-off-by: Martin Schurz <[email protected]>
Signed-off-by: Martin Schurz <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unsupported parameters for (ansible.builtin.user) module
2 participants