-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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 influxdb_user grants in check mode #6111
Conversation
@petr-tichy this PR contains the following merge commits: Please rebase your branch to remove these commits. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution! Could you please rebase to remove the merge commit, and add a changelog fragment? Thanks.
When running in check mode, `influxdb_user` will return error when the user doesn't exist yet, instead of reporting `changed` state.
Co-authored-by: Felix Fontein <felix@fontein.de>
Looks formally OK to me. Will merge in three weeks if nobody objects. (I have zero influxdb knowledge.) |
Backport to stable-5: 💚 backport PR created✅ Backport PR branch: Backported as #6213 🤖 @patchback |
* Fix influxdb_user grants in check mode When running in check mode, `influxdb_user` will return error when the user doesn't exist yet, instead of reporting `changed` state. * Update changelogs/fragments/6111-influxdb_user-check-mode.yaml Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de> (cherry picked from commit 3fb1ff0)
Backport to stable-6: 💚 backport PR created✅ Backport PR branch: Backported as #6214 🤖 @patchback |
* Fix influxdb_user grants in check mode When running in check mode, `influxdb_user` will return error when the user doesn't exist yet, instead of reporting `changed` state. * Update changelogs/fragments/6111-influxdb_user-check-mode.yaml Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de> (cherry picked from commit 3fb1ff0)
@petr-tichy thanks for your contribution! |
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
…eck mode (#6213) Fix influxdb_user grants in check mode (#6111) * Fix influxdb_user grants in check mode When running in check mode, `influxdb_user` will return error when the user doesn't exist yet, instead of reporting `changed` state. * Update changelogs/fragments/6111-influxdb_user-check-mode.yaml Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de> (cherry picked from commit 3fb1ff0) Co-authored-by: Petr Tichý <petr@pex.com>
…eck mode (#6214) Fix influxdb_user grants in check mode (#6111) * Fix influxdb_user grants in check mode When running in check mode, `influxdb_user` will return error when the user doesn't exist yet, instead of reporting `changed` state. * Update changelogs/fragments/6111-influxdb_user-check-mode.yaml Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de> (cherry picked from commit 3fb1ff0) Co-authored-by: Petr Tichý <petr@pex.com>
SUMMARY
When running in check mode,
influxdb_user
will return error when the user doesn't exist yet, instead of reportingchanged
state.ISSUE TYPE
COMPONENT NAME
influxdb_user