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

Typo error in vmware_guest_powerstate.py module #65161

Closed
Uttam92477 opened this issue Nov 22, 2019 · 6 comments · Fixed by #65162
Closed

Typo error in vmware_guest_powerstate.py module #65161

Uttam92477 opened this issue Nov 22, 2019 · 6 comments · Fixed by #65162
Assignees
Labels
affects_2.10 This issue/PR affects Ansible v2.10 bug This issue/PR relates to a bug. cloud has_pr This issue has an associated PR. module This issue/PR relates to a module. needs_info This issue requires further information. Please answer any outstanding questions. needs_template This issue/PR has an incomplete description. Please fill in the proposed template correctly. support:community This issue/PR relates to code supported by the Ansible community. vmware VMware community

Comments

@Uttam92477
Copy link

SUMMARY

There is a typo error in line 266
Expected: module.exit_json(changed=False, details=to_native(e.msg))
Current: module.exit_json(chanaged=False, details=to_native(e.msg))

ISSUE TYPE
  • Bug Report
COMPONENT NAME

vmware_guest_powerstate.py

@Akasurde
Copy link
Member

@Uttam92477 Thanks for reporting this issue.

@ansibot
Copy link
Contributor

ansibot commented Nov 22, 2019

@Uttam92477: Greetings! Thanks for taking the time to open this issue. In order for the community to handle your issue effectively, we need a bit more information.

Here are the items we could not find in your description:

  • ansible version

Please set the description of this issue with this template:
https://raw.githubusercontent.com/ansible/ansible/devel/.github/ISSUE_TEMPLATE.md

click here for bot help

@ansibot
Copy link
Contributor

ansibot commented Nov 22, 2019

@ansibot ansibot added affects_2.10 This issue/PR affects Ansible v2.10 bug This issue/PR relates to a bug. cloud module This issue/PR relates to a module. needs_info This issue requires further information. Please answer any outstanding questions. needs_template This issue/PR has an incomplete description. Please fill in the proposed template correctly. support:community This issue/PR relates to code supported by the Ansible community. vmware VMware community labels Nov 22, 2019
Akasurde added a commit to Akasurde/ansible that referenced this issue Nov 22, 2019
Fixed typo from "chanaged" to "changed"

Fixes: ansible#65161

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
@Akasurde
Copy link
Member

resolved_by_pr #65162

@Akasurde
Copy link
Member

@Uttam92477, Could you please check PR #65162 and let us know if it works for you ?

Please check How to test a PR for more help.

Thanks.

needs_info

@ansibot ansibot added the has_pr This issue has an associated PR. label Nov 22, 2019
@Akasurde Akasurde self-assigned this Nov 22, 2019
@Akasurde Akasurde removed needs_info This issue requires further information. Please answer any outstanding questions. needs_template This issue/PR has an incomplete description. Please fill in the proposed template correctly. labels Nov 22, 2019
@ansibot ansibot added needs_info This issue requires further information. Please answer any outstanding questions. needs_template This issue/PR has an incomplete description. Please fill in the proposed template correctly. labels Nov 22, 2019
@Uttam92477
Copy link
Author

Works now.

Akasurde added a commit that referenced this issue Nov 22, 2019
Fixed typo from "chanaged" to "changed"

Fixes: #65161

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Akasurde added a commit to Akasurde/ansible that referenced this issue Nov 22, 2019
Fixed typo from "chanaged" to "changed"

Fixes: ansible#65161

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
(cherry picked from commit d7039b6)
nitzmahone pushed a commit that referenced this issue Dec 3, 2019
Fixed typo from "chanaged" to "changed"

Fixes: #65161

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
(cherry picked from commit d7039b6)
D3DeFi pushed a commit to D3DeFi/ansible that referenced this issue Dec 8, 2019
Fixed typo from "chanaged" to "changed"

Fixes: ansible#65161

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
anshulbehl pushed a commit to anshulbehl/ansible that referenced this issue Dec 10, 2019
Fixed typo from "chanaged" to "changed"

Fixes: ansible#65161

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
@ansible ansible locked and limited conversation to collaborators Dec 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.10 This issue/PR affects Ansible v2.10 bug This issue/PR relates to a bug. cloud has_pr This issue has an associated PR. module This issue/PR relates to a module. needs_info This issue requires further information. Please answer any outstanding questions. needs_template This issue/PR has an incomplete description. Please fill in the proposed template correctly. support:community This issue/PR relates to code supported by the Ansible community. vmware VMware community
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants