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

vmware_local_user_manager: Fix to require local_user_password #724

Merged
merged 3 commits into from
Mar 19, 2021

Conversation

sky-joker
Copy link
Collaborator

@sky-joker sky-joker commented Mar 16, 2021

SUMMARY

A password error has been occurring in executing the module if the local_user_password doesn't set when the state is present.

error

fatal: [localhost]: FAILED! => {"changed": false, "msg": "A specified parameter was not correct: password"}

So, this PR will fix to require local_user_password when the state is present.

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

changelogs/fragments/724-vmware_local_user_manager.yml
docs/community.vmware.vmware_local_user_manager_module.rst
plugins/modules/vmware_local_user_manager.py

ADDITIONAL INFORMATION

tested on ESXi 7.0

@ansibullbot
Copy link

@ansibullbot ansibullbot added WIP Work in progress bug This issue/PR relates to a bug cloud module module needs_triage Needs a first human triage before being processed. plugins plugin (any type) small_patch Hopefully easy to review labels Mar 16, 2021
@sky-joker sky-joker changed the title [WIP] vmware_local_user_manager: Fix to require local_user_password vmware_local_user_manager: Fix to require local_user_password Mar 16, 2021
@ansibullbot ansibullbot added community_review docs and removed WIP Work in progress small_patch Hopefully easy to review labels Mar 16, 2021
@Akasurde Akasurde added this to the v1.9.0 milestone Mar 19, 2021
@Akasurde Akasurde added gate and removed needs_triage Needs a first human triage before being processed. labels Mar 19, 2021
@ansible-zuul ansible-zuul bot merged commit d6791d6 into ansible-collections:main Mar 19, 2021
@sky-joker sky-joker deleted the update_module branch September 30, 2023 03:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue/PR relates to a bug cloud community_review docs module module plugins plugin (any type)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants