Skip to content
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

Fix: allow passing update password args when creating users #14

Merged

Conversation

bngameni
Copy link
Member

@bngameni bngameni commented Mar 26, 2024

Description

Add update password args when creating users

Motivation and Context

Avoid changes at every runs when creating users because update_password policy is by default to always

How Has This Been Tested?

Using molecule scenario

Types of Changes

  • feat: add schedule for run workflow each three months
  • feat: allow settings update_password policy options when creating users
  • feat: load ansible callback for display scenario exec time

Checklist:

  • My code follows the code style of this project.
  • My change requires change to the documentation.

#12

@bngameni bngameni merged commit b0de122 into main Mar 26, 2024
32 checks passed
@bngameni bngameni deleted the fix/allow_passing_update_password_args_when_creating_users branch March 26, 2024 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

We should be able to pass update_password option to avoid changes at every runs
2 participants