[Backport/2.9/61442]Update ce_mtu to fix bugs (#62684)

* Update ce_mtu to fix bugs

(cherry picked from commit cb8a3a4c06)

* Update ce_mtu modified information
pull/64281/head
yanzhangi 5 years ago committed by Toshio Kuratomi
parent 91eacc0f2b
commit c95f012ff6

@ -0,0 +1,2 @@
bugfixes:
- ce_mtu- update to fix some bugs - Contrast before and after adding configuration. (https://github.com/ansible/ansible/pull/61442)

@ -534,6 +534,8 @@ class Mtu(object):
else:
self.end_state[
"jumboframe"] = "jumboframe enable %s %s" % (self.jbf_max, 1518)
if self.end_state == self.existing:
self.changed = False
def work(self):
"""worker"""

Loading…
Cancel
Save