mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-06 02:30:32 -07:00
[PR #9189/b4983086 backport][stable-10] scaleway_lb: simplify function logic (#9196)
scaleway_lb: simplify function logic (#9189)
* scaleway_lb: simplify function logic
* add changelog frag
(cherry picked from commit b49830861c
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
ecc9afab0b
commit
4152770281
2 changed files with 4 additions and 2 deletions
2
changelogs/fragments/9189-scalway-lb-simplify-return.yml
Normal file
2
changelogs/fragments/9189-scalway-lb-simplify-return.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- scaleway_lb - minor simplification in the code (https://github.com/ansible-collections/community.general/pull/9189).
|
|
@ -228,8 +228,8 @@ def lb_attributes_should_be_changed(target_lb, wished_lb):
|
|||
|
||||
if diff:
|
||||
return {attr: wished_lb[attr] for attr in MUTABLE_ATTRIBUTES}
|
||||
else:
|
||||
return diff
|
||||
|
||||
return {}
|
||||
|
||||
|
||||
def present_strategy(api, wished_lb):
|
||||
|
|
Loading…
Add table
Reference in a new issue