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

fixing force_update in azure_rm_mysqldatabase #52389

Merged
merged 7 commits into from
Feb 18, 2019

Conversation

zikalino
Copy link
Contributor

SUMMARY

Module was crashing when trying to update and use force_update

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

azure_rm_mysqldatabase

ADDITIONAL INFORMATION

@ansibot
Copy link
Contributor

ansibot commented Feb 16, 2019

@ansibot ansibot added affects_2.8 This issue/PR affects Ansible v2.8 azure bug This issue/PR relates to a bug. cloud community_review In order to be merged, this PR must follow the community review workflow. module This issue/PR relates to a module. needs_triage Needs a first human triage before being processed. support:community This issue/PR relates to code supported by the Ansible community. labels Feb 16, 2019
- name: Assert the state has not changed
assert:
that:
- output.changed == false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't the updating failed? if no update happens?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that's a good question. according to current documentation it should not.
I am considering adding a warning (as we discussed already regarding unchangeable properties).

@ansibot ansibot removed the needs_triage Needs a first human triage before being processed. label Feb 18, 2019
@yungezz
Copy link
Contributor

yungezz commented Feb 18, 2019

shipit

@zikalino zikalino merged commit fa73abc into ansible:devel Feb 18, 2019
@zikalino zikalino deleted the mysql-force-update branch February 18, 2019 06:20
zikalino pushed a commit to VSChina/ansible that referenced this pull request Feb 18, 2019
abadger pushed a commit that referenced this pull request Feb 18, 2019
@ansible ansible locked and limited conversation to collaborators Jul 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.8 This issue/PR affects Ansible v2.8 azure bug This issue/PR relates to a bug. cloud community_review In order to be merged, this PR must follow the community review workflow. module This issue/PR relates to a module. support:community This issue/PR relates to code supported by the Ansible community.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants