Nathan Bird

Results 6 comments of Nathan Bird

I came across this bug years ago; I don't recall much other than thinking at the time that it wasn't a critical issue (for my use case at least). It...

I'm seeing this as well with an external service defined with a `ServiceEntry`. When I setup a loop I can see it being ejected, but then the ejection goes away...

@Fred-sun I edited the top description to try and be more clear. The issue is that *it always reports changes* even when nothing changes. I don't want it to print...

The API not giving the `protected_settings` back makes sense, that's the protection. Perhaps if it could give back a hash though?

* `protected_settings` not checked -- I think this is satisfactory provided it is clearly documented on the module. Having a `force_update` flag or something like that to force it through...

I've not done too much with writing ansible modules but i would suspect the parameter parsing will translate `force_update` to a boolean hence it should just be `if self.force_update and...