-
Notifications
You must be signed in to change notification settings - Fork 92
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
postgresql_pg_hba is not idempotent when used with overwrite and rules #376
Comments
@nlvw hello, thanks for reporting the issue! @betanummeric @sebasmannem i wonder if it's a bug or something intentional? |
I can confirm the issue. It happens because |
@betanummeric do you think if is it possible to fix it? If yes, would you like to pick it up (i don't think it's a blocker, so no rush at all, imo) |
Yes, I can try to fix it. |
Consider the following role files
default/main.yml
tasks/main.yml
When overwrite is set to
true
the task will always show as changed even if the file is identical to what it was before. This means that thereload postgresql
handler will run every time regardless of actual changes.The text was updated successfully, but these errors were encountered: