-
Notifications
You must be signed in to change notification settings - Fork 64
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
returns "changed" when no change made #12
Comments
+1 I noticed this too. I was going to put together a PR, but didn't seem worth it until interest in repo picks up again. PS @Lx --- I read something on SO about how to get the eye of dead github repo's. However, I think that was back when you could message people on github. But anyways if anyone with write access is reading this. I would be happy to take over this repo. |
@tbielawa and @relaxnow (the two main contributors to this repository) have both pushed commits to other GitHub projects in the past week, so they may be able to give you an answer on whether or not transfer of ownership would be permissible. Even if not, I'd be happy to run off any fork that addresses the issues I've raised here (#12, #13, #14, #15). |
Oh hi folks. We're looking pass this on. If someone wanted to own the task of fixing up the module and taking ownership going forward that'd be great. Bonus points if you can work it into the ansible-modules-extra proper repo. I'll come back tomorrow and write up a more formal idea of what I'm talking about! Thanks @Lx and @cmprescott for getting my attention on this. |
@Lx @cmprescott please take a minute to review #16 (ansible-xml needs new care takers) if you can :) |
@Lx Do you mind testing https://github.com/cmprescott/ansible-xml/tree/feature/%2312_Idempotent to see if it fixes this issue in your use case? It fixed mine, but I would like a second set of eyes on it. |
Works well for me on my setup. Thanks! |
Awesome. I'm going to create a PR and merge in today. |
Fix Issue #12 not idempotent. Always returned changed.
Given XML in
file.xml
:the following Ansible task:
always returns as
changed
, even when no change was made, resulting in handlers being triggered when not necessary.The text was updated successfully, but these errors were encountered: