diff --git a/lib/ansible/modules/network/eos/eos_interfaces.py b/lib/ansible/modules/network/eos/eos_interfaces.py index 3e1dca9ffb9f60..eae8014060ed7a 100644 --- a/lib/ansible/modules/network/eos/eos_interfaces.py +++ b/lib/ansible/modules/network/eos/eos_interfaces.py @@ -85,7 +85,7 @@ - deleted default: merged description: - - The state the configuration should be left in. + - The state of the configuration after module completion. type: str """ @@ -254,12 +254,12 @@ RETURN = """ before: - description: The configuration prior to the model invocation. + description: The configuration as structured data prior to module invocation. returned: always type: dict sample: The configuration returned will always be in the same format of the parameters above. after: - description: The resulting configuration model invocation. + description: The configuration as structured data after module completion. returned: when changed type: dict sample: The configuration returned will always be in the same format of the parameters above. diff --git a/lib/ansible/modules/network/eos/eos_l2_interfaces.py b/lib/ansible/modules/network/eos/eos_l2_interfaces.py index 06655c6c2d8dd4..2d0830d04c68e5 100644 --- a/lib/ansible/modules/network/eos/eos_l2_interfaces.py +++ b/lib/ansible/modules/network/eos/eos_l2_interfaces.py @@ -87,7 +87,7 @@ - deleted default: merged description: - - The state the configuration should be left in + - The state of the configuration after module completion type: str """ @@ -264,12 +264,12 @@ RETURN = """ before: - description: The configuration prior to the model invocation. + description: The configuration as structured data prior to module invocation. returned: always type: list sample: The configuration returned will always be in the same format of the parameters above. after: - description: The resulting configuration model invocation. + description: The configuration as structured data after module completion. returned: when changed type: list sample: The configuration returned will always be in the same format of the parameters above. diff --git a/lib/ansible/modules/network/eos/eos_l3_interfaces.py b/lib/ansible/modules/network/eos/eos_l3_interfaces.py index cd3e1c66eb22a2..cf1511450eb679 100644 --- a/lib/ansible/modules/network/eos/eos_l3_interfaces.py +++ b/lib/ansible/modules/network/eos/eos_l3_interfaces.py @@ -86,7 +86,7 @@ type: str state: description: - - The state the configuration should be left in + - The state of the configuration after module completion type: str choices: - merged @@ -262,14 +262,14 @@ """ RETURN = """ before: - description: The configuration prior to the model invocation. + description: The configuration as structured data prior to module invocation. returned: always type: list sample: > The configuration returned will always be in the same format of the parameters above. after: - description: The resulting configuration model invocation. + description: The configuration as structured data after module completion. returned: when changed type: list sample: > diff --git a/lib/ansible/modules/network/eos/eos_lacp.py b/lib/ansible/modules/network/eos/eos_lacp.py index 5980ef5c6db613..f19bcf85d17e18 100644 --- a/lib/ansible/modules/network/eos/eos_lacp.py +++ b/lib/ansible/modules/network/eos/eos_lacp.py @@ -64,7 +64,7 @@ type: int state: description: - - The state the configuration should be left in. + - The state of the configuration after module completion. type: str choices: - merged @@ -135,14 +135,14 @@ """ RETURN = """ before: - description: The configuration prior to the model invocation. + description: The configuration as structured data prior to module invocation. returned: always type: dict sample: > The configuration returned will always be in the same format of the parameters above. after: - description: The resulting configuration model invocation. + description: The configuration as structured data after module completion. returned: when changed type: dict sample: > diff --git a/lib/ansible/modules/network/eos/eos_lacp_interfaces.py b/lib/ansible/modules/network/eos/eos_lacp_interfaces.py index df36eb538c9770..0dc120c67b50a9 100644 --- a/lib/ansible/modules/network/eos/eos_lacp_interfaces.py +++ b/lib/ansible/modules/network/eos/eos_lacp_interfaces.py @@ -66,7 +66,7 @@ choices: ['fast', 'normal'] state: description: - - The state the configuration should be left in. + - The state of the configuration after module completion. type: str choices: - merged @@ -207,14 +207,14 @@ """ RETURN = """ before: - description: The configuration prior to the model invocation. + description: The configuration as structured data prior to module invocation. returned: always type: list sample: > The configuration returned will always be in the same format of the parameters above. after: - description: The resulting configuration model invocation. + description: The configuration as structured data after module completion. returned: when changed type: list sample: > diff --git a/lib/ansible/modules/network/eos/eos_lag_interfaces.py b/lib/ansible/modules/network/eos/eos_lag_interfaces.py index c9b2ec7adcdd44..e07363428c5771 100644 --- a/lib/ansible/modules/network/eos/eos_lag_interfaces.py +++ b/lib/ansible/modules/network/eos/eos_lag_interfaces.py @@ -78,7 +78,7 @@ - passive state: description: - - The state the configuration should be left in. + - The state of the configuration after module completion. type: str choices: - merged @@ -208,14 +208,14 @@ RETURN = """ before: - description: The configuration prior to the model invocation. + description: The configuration as structured data prior to module invocation. returned: always type: list sample: > The configuration returned will always be in the same format of the parameters above. after: - description: The resulting configuration model invocation. + description: The configuration as structured data after module completion. returned: when changed type: list sample: > diff --git a/lib/ansible/modules/network/eos/eos_lldp_global.py b/lib/ansible/modules/network/eos/eos_lldp_global.py index fe1ffee57cfa64..dac48647b525ec 100644 --- a/lib/ansible/modules/network/eos/eos_lldp_global.py +++ b/lib/ansible/modules/network/eos/eos_lldp_global.py @@ -95,7 +95,7 @@ type: bool state: description: - - The state the configuration should be left in. + - The state of the configuration after module completion. type: str choices: - merged @@ -199,14 +199,14 @@ """ RETURN = """ before: - description: The configuration prior to the model invocation. + description: The configuration as structured data prior to module invocation. returned: always type: dict sample: > The configuration returned will always be in the same format of the parameters above. after: - description: The resulting configuration model invocation. + description: The configuration as structured data after module completion. returned: when changed type: dict sample: > diff --git a/lib/ansible/modules/network/eos/eos_lldp_interfaces.py b/lib/ansible/modules/network/eos/eos_lldp_interfaces.py index 34e30de1cc5379..640e519364a482 100644 --- a/lib/ansible/modules/network/eos/eos_lldp_interfaces.py +++ b/lib/ansible/modules/network/eos/eos_lldp_interfaces.py @@ -63,7 +63,7 @@ type: bool state: description: - - The state the configuration should be left in. + - The state of the configuration after module completion. type: str choices: - merged @@ -205,14 +205,14 @@ """ RETURN = """ before: - description: The configuration prior to the model invocation. + description: The configuration as structured data prior to module invocation. returned: always type: list sample: > The configuration returned will always be in the same format of the parameters above. after: - description: The resulting configuration model invocation. + description: The configuration as structured data after module completion. returned: when changed type: list sample: > diff --git a/lib/ansible/modules/network/eos/eos_vlans.py b/lib/ansible/modules/network/eos/eos_vlans.py index 25db4a8497728b..b00137ddd1db90 100644 --- a/lib/ansible/modules/network/eos/eos_vlans.py +++ b/lib/ansible/modules/network/eos/eos_vlans.py @@ -70,7 +70,7 @@ - suspend state: description: - - The state the configuration should be left in + - The state of the configuration after module completion type: str choices: - merged @@ -197,14 +197,14 @@ """ RETURN = """ before: - description: The configuration prior to the model invocation. + description: The configuration as structured data prior to module invocation. returned: always type: list sample: > The configuration returned will always be in the same format of the parameters above. after: - description: The resulting configuration model invocation. + description: The configuration as structured data after module completion. returned: when changed type: list sample: > diff --git a/lib/ansible/modules/network/exos/exos_lldp_global.py b/lib/ansible/modules/network/exos/exos_lldp_global.py index b391f1b82c7e82..9d4eda96f0c235 100644 --- a/lib/ansible/modules/network/exos/exos_lldp_global.py +++ b/lib/ansible/modules/network/exos/exos_lldp_global.py @@ -86,7 +86,7 @@ state: description: - - The state the configuration should be left in. + - The state of the configuration after module completion. type: str choices: - merged @@ -385,14 +385,14 @@ """ RETURN = """ before: - description: The configuration prior to the model invocation. + description: The configuration as structured data prior to module invocation. returned: always sample: > The configuration returned will always be in the same format of the parameters above. type: list after: - description: The resulting configuration model invocation. + description: The configuration as structured data after module completion. returned: when changed sample: > The configuration returned will always be in the same format diff --git a/lib/ansible/modules/network/ios/ios_interfaces.py b/lib/ansible/modules/network/ios/ios_interfaces.py index f205ede183097e..9f8ac4dae17e80 100644 --- a/lib/ansible/modules/network/ios/ios_interfaces.py +++ b/lib/ansible/modules/network/ios/ios_interfaces.py @@ -88,7 +88,7 @@ - deleted default: merged description: - - The state the configuration should be left in + - The state of the configuration after module completion type: str """ @@ -362,12 +362,12 @@ RETURN = """ before: - description: The configuration prior to the model invocation + description: The configuration as structured data prior to module invocation. returned: always type: list sample: The configuration returned will alwys be in the same format of the paramters above. after: - description: The resulting configuration model invocation + description: The configuration as structured data after module completion. returned: when changed type: list sample: The configuration returned will alwys be in the same format of the paramters above. diff --git a/lib/ansible/modules/network/ios/ios_l2_interfaces.py b/lib/ansible/modules/network/ios/ios_l2_interfaces.py index 8c9f6b838dca21..be2019566288b6 100644 --- a/lib/ansible/modules/network/ios/ios_l2_interfaces.py +++ b/lib/ansible/modules/network/ios/ios_l2_interfaces.py @@ -98,7 +98,7 @@ - deleted default: merged description: - - The state the configuration should be left in + - The state of the configuration after module completion type: str """ @@ -320,12 +320,12 @@ RETURN = """ before: - description: The configuration prior to the model invocation + description: The configuration as structured data prior to module invocation. returned: always type: list sample: The configuration returned will always be in the same format of the paramters above. after: - description: The resulting configuration model invocation + description: The configuration as structured data after module completion. returned: when changed type: list sample: The configuration returned will always be in the same format of the paramters above. diff --git a/lib/ansible/modules/network/ios/ios_l3_interfaces.py b/lib/ansible/modules/network/ios/ios_l3_interfaces.py index 524272fd741681..3afec28c636d76 100644 --- a/lib/ansible/modules/network/ios/ios_l3_interfaces.py +++ b/lib/ansible/modules/network/ios/ios_l3_interfaces.py @@ -107,7 +107,7 @@ - deleted default: merged description: - - The state the configuration should be left in + - The state of the configuration after module completion type: str """ @@ -400,12 +400,12 @@ RETURN = """ before: - description: The configuration prior to the model invocation + description: The configuration as structured data prior to module invocation. returned: always type: list sample: The configuration returned will alwys be in the same format of the paramters above. after: - description: The resulting configuration model invocation + description: The configuration as structured data after module completion. returned: when changed type: list sample: The configuration returned will alwys be in the same format of the paramters above. diff --git a/lib/ansible/modules/network/ios/ios_lacp.py b/lib/ansible/modules/network/ios/ios_lacp.py index a3fd1e112a11e6..7ff26a046367f2 100644 --- a/lib/ansible/modules/network/ios/ios_lacp.py +++ b/lib/ansible/modules/network/ios/ios_lacp.py @@ -63,7 +63,7 @@ required: True state: description: - - The state the configuration should be left in + - The state of the configuration after module completion type: str choices: - merged @@ -138,14 +138,14 @@ RETURN = """ before: - description: The configuration prior to the model invocation. + description: The configuration as structured data prior to module invocation. returned: always type: list sample: > The configuration returned will always be in the same format of the parameters above. after: - description: The resulting configuration model invocation. + description: The configuration as structured data after module completion. returned: when changed type: list sample: > diff --git a/lib/ansible/modules/network/ios/ios_lacp_interfaces.py b/lib/ansible/modules/network/ios/ios_lacp_interfaces.py index 04959219a2e728..7ebb497b3f5859 100644 --- a/lib/ansible/modules/network/ios/ios_lacp_interfaces.py +++ b/lib/ansible/modules/network/ios/ios_lacp_interfaces.py @@ -74,7 +74,7 @@ type: int state: description: - - The state the configuration should be left in + - The state of the configuration after module completion type: str choices: - merged @@ -315,14 +315,14 @@ RETURN = """ before: - description: The configuration prior to the model invocation. + description: The configuration as structured data prior to module invocation. returned: always type: list sample: > The configuration returned will always be in the same format of the parameters above. after: - description: The resulting configuration model invocation. + description: The configuration as structured data after module completion. returned: when changed type: list sample: > diff --git a/lib/ansible/modules/network/ios/ios_lag_interfaces.py b/lib/ansible/modules/network/ios/ios_lag_interfaces.py index d24d02e758c884..765bfcce73f93d 100644 --- a/lib/ansible/modules/network/ios/ios_lag_interfaces.py +++ b/lib/ansible/modules/network/ios/ios_lag_interfaces.py @@ -85,7 +85,7 @@ type: int state: description: - - The state the configuration should be left in + - The state of the configuration after module completion type: str choices: - merged @@ -348,12 +348,12 @@ RETURN = """ before: - description: The configuration prior to the model invocation + description: The configuration as structured data prior to module invocation. returned: always type: list sample: The configuration returned will alwys be in the same format of the paramters above. after: - description: The resulting configuration model invocation + description: The configuration as structured data after module completion. returned: when changed type: list sample: The configuration returned will alwys be in the same format of the paramters above. diff --git a/lib/ansible/modules/network/ios/ios_lldp_global.py b/lib/ansible/modules/network/ios/ios_lldp_global.py index d07ecf271d6234..a83d899a9cfca2 100644 --- a/lib/ansible/modules/network/ios/ios_lldp_global.py +++ b/lib/ansible/modules/network/ios/ios_lldp_global.py @@ -126,7 +126,7 @@ type: bool state: description: - - The state the configuration should be left in + - The state of the configuration after module completion type: str choices: - merged @@ -214,12 +214,12 @@ RETURN = """ before: - description: The configuration prior to the model invocation + description: The configuration as structured data prior to module invocation. returned: always type: dict sample: The configuration returned will alwys be in the same format of the paramters above. after: - description: The resulting configuration model invocation + description: The configuration as structured data after module completion. returned: when changed type: dict sample: The configuration returned will alwys be in the same format of the paramters above. diff --git a/lib/ansible/modules/network/ios/ios_lldp_interfaces.py b/lib/ansible/modules/network/ios/ios_lldp_interfaces.py index 1dbe807cf8008d..2079f5b5da01e7 100644 --- a/lib/ansible/modules/network/ios/ios_lldp_interfaces.py +++ b/lib/ansible/modules/network/ios/ios_lldp_interfaces.py @@ -97,7 +97,7 @@ type: bool state: description: - - The state the configuration should be left in + - The state of the configuration after module completion type: str choices: - merged @@ -453,14 +453,14 @@ RETURN = """ before: - description: The configuration prior to the model invocation. + description: The configuration as structured data prior to module invocation. returned: always type: list sample: > The configuration returned will always be in the same format of the parameters above. after: - description: The resulting configuration model invocation. + description: The configuration as structured data after module completion. returned: when changed type: list sample: > diff --git a/lib/ansible/modules/network/ios/ios_vlans.py b/lib/ansible/modules/network/ios/ios_vlans.py index a716f493621f09..2d76dc18b37c68 100644 --- a/lib/ansible/modules/network/ios/ios_vlans.py +++ b/lib/ansible/modules/network/ios/ios_vlans.py @@ -87,7 +87,7 @@ - disabled state: description: - - The state the configuration should be left in + - The state of the configuration after module completion type: str choices: - merged @@ -416,14 +416,14 @@ """ RETURN = """ before: - description: The configuration prior to the model invocation. + description: The configuration as structured data prior to module invocation. returned: always type: list sample: > The configuration returned will always be in the same format of the parameters above. after: - description: The resulting configuration model invocation. + description: The configuration as structured data after module completion. returned: when changed type: list sample: > diff --git a/lib/ansible/modules/network/iosxr/iosxr_interfaces.py b/lib/ansible/modules/network/iosxr/iosxr_interfaces.py index e917df76355d12..7e7f34b7d47f2c 100644 --- a/lib/ansible/modules/network/iosxr/iosxr_interfaces.py +++ b/lib/ansible/modules/network/iosxr/iosxr_interfaces.py @@ -85,7 +85,7 @@ - deleted default: merged description: - - The state the configuration should be left in + - The state of the configuration after module completion type: str """ @@ -323,12 +323,12 @@ RETURN = """ before: - description: The configuration prior to the model invocation + description: The configuration as structured data prior to module invocation. returned: always type: list sample: The configuration returned will alwys be in the same format of the paramters above. after: - description: The resulting configuration model invocation + description: The configuration as structured data after module completion. returned: when changed type: list sample: The configuration returned will alwys be in the same format of the paramters above. diff --git a/lib/ansible/modules/network/iosxr/iosxr_l2_interfaces.py b/lib/ansible/modules/network/iosxr/iosxr_l2_interfaces.py index fa3d7985c15765..ae82957e983ce6 100644 --- a/lib/ansible/modules/network/iosxr/iosxr_l2_interfaces.py +++ b/lib/ansible/modules/network/iosxr/iosxr_l2_interfaces.py @@ -111,7 +111,7 @@ - deleted default: merged description: - - The state the configuration should be left in + - The state of the configuration after module completion type: str """ @@ -387,12 +387,12 @@ RETURN = """ before: - description: The configuration prior to the model invocation + description: The configuration as structured data prior to module invocation. returned: always type: list sample: The configuration returned will alwys be in the same format of the paramters above. after: - description: The resulting configuration model invocation + description: The configuration as structured data after module completion. returned: when changed type: list sample: The configuration returned will alwys be in the same format of the paramters above. diff --git a/lib/ansible/modules/network/iosxr/iosxr_l3_interfaces.py b/lib/ansible/modules/network/iosxr/iosxr_l3_interfaces.py index 2d1bc5d218e598..ad425ee6e0635d 100644 --- a/lib/ansible/modules/network/iosxr/iosxr_l3_interfaces.py +++ b/lib/ansible/modules/network/iosxr/iosxr_l3_interfaces.py @@ -91,7 +91,7 @@ - deleted default: merged description: - - The state the configuration should be left in + - The state of the configuration after module completion type: str """ @@ -381,12 +381,12 @@ RETURN = """ before: - description: The configuration prior to the model invocation + description: The configuration as structured data prior to module invocation. returned: always type: list sample: The configuration returned will alwys be in the same format of the paramters above. after: - description: The resulting configuration model invocation + description: The configuration as structured data after module completion. returned: when changed type: list sample: The configuration returned will alwys be in the same format of the paramters above. diff --git a/lib/ansible/modules/network/iosxr/iosxr_lacp.py b/lib/ansible/modules/network/iosxr/iosxr_lacp.py index aa835f7f49ef53..b250a6ad47cdc0 100644 --- a/lib/ansible/modules/network/iosxr/iosxr_lacp.py +++ b/lib/ansible/modules/network/iosxr/iosxr_lacp.py @@ -72,7 +72,7 @@ type: str state: description: - - The state the configuration should be left in. + - The state of the configuration after module completion. type: str choices: - merged @@ -255,14 +255,14 @@ """ RETURN = """ before: - description: The configuration prior to the model invocation. + description: The configuration as structured data prior to module invocation. returned: always type: dict sample: > The configuration returned will always be in the same format of the parameters above. after: - description: The resulting configuration model invocation. + description: The configuration as structured data after module completion. returned: when changed type: dict sample: > diff --git a/lib/ansible/modules/network/iosxr/iosxr_lacp_interfaces.py b/lib/ansible/modules/network/iosxr/iosxr_lacp_interfaces.py index 9120f99290423e..45c145bc7ba529 100644 --- a/lib/ansible/modules/network/iosxr/iosxr_lacp_interfaces.py +++ b/lib/ansible/modules/network/iosxr/iosxr_lacp_interfaces.py @@ -103,7 +103,7 @@ type: str state: description: - - The state the configuration should be left in. + - The state of the configuration after module completion. type: str choices: - merged @@ -493,14 +493,14 @@ """ RETURN = """ before: - description: The configuration prior to the model invocation. + description: The configuration as structured data prior to module invocation. returned: always type: list sample: > The configuration returned will always be in the same format of the parameters above. after: - description: The resulting configuration model invocation. + description: The configuration as structured data after module completion. returned: when changed type: list sample: > diff --git a/lib/ansible/modules/network/iosxr/iosxr_lag_interfaces.py b/lib/ansible/modules/network/iosxr/iosxr_lag_interfaces.py index 846d2ef751e395..9ac783b14d372c 100644 --- a/lib/ansible/modules/network/iosxr/iosxr_lag_interfaces.py +++ b/lib/ansible/modules/network/iosxr/iosxr_lag_interfaces.py @@ -108,7 +108,7 @@ choices: ['dst-ip', 'src-ip'] state: description: - - The state the configuration should be left in. + - The state of the configuration after module completion. type: str choices: - merged @@ -593,14 +593,14 @@ """ RETURN = """ before: - description: The configuration prior to the model invocation. + description: The configuration as structured data prior to module invocation. returned: always type: list sample: > The configuration returned will always be in the same format of the parameters above. after: - description: The resulting configuration model invocation. + description: The configuration as structured data after module completion. returned: when changed type: list sample: > diff --git a/lib/ansible/modules/network/iosxr/iosxr_lldp_global.py b/lib/ansible/modules/network/iosxr/iosxr_lldp_global.py index a46565f9f75435..b9fbf82c781a28 100644 --- a/lib/ansible/modules/network/iosxr/iosxr_lldp_global.py +++ b/lib/ansible/modules/network/iosxr/iosxr_lldp_global.py @@ -94,7 +94,7 @@ type: bool state: description: - - The state the configuration should be left in. + - The state of the configuration after module completion. type: str choices: - merged @@ -331,14 +331,14 @@ """ RETURN = """ before: - description: The configuration prior to the model invocation. + description: The configuration as structured data prior to module invocation. returned: always type: dict sample: > The configuration returned will always be in the same format of the parameters above. after: - description: The resulting configuration model invocation. + description: The configuration as structured data after module completion. returned: when changed type: dict sample: > diff --git a/lib/ansible/modules/network/iosxr/iosxr_lldp_interfaces.py b/lib/ansible/modules/network/iosxr/iosxr_lldp_interfaces.py index ff975b95be6655..eb0376c6cc6b87 100644 --- a/lib/ansible/modules/network/iosxr/iosxr_lldp_interfaces.py +++ b/lib/ansible/modules/network/iosxr/iosxr_lldp_interfaces.py @@ -76,7 +76,7 @@ type: bool state: description: - - The state the configuration should be left in. + - The state of the configuration after module completion. type: str choices: - merged @@ -542,14 +542,14 @@ """ RETURN = """ before: - description: The configuration prior to the model invocation. + description: The configuration as structured data prior to module invocation. returned: always type: list sample: > The configuration returned will always be in the same format of the parameters above. after: - description: The resulting configuration model invocation. + description: The configuration as structured data after module completion. returned: when changed type: list sample: > diff --git a/lib/ansible/modules/network/junos/junos_interfaces.py b/lib/ansible/modules/network/junos/junos_interfaces.py index f4d8dacef90a89..74b81485b11451 100644 --- a/lib/ansible/modules/network/junos/junos_interfaces.py +++ b/lib/ansible/modules/network/junos/junos_interfaces.py @@ -96,7 +96,7 @@ - deleted default: merged description: - - The state the configuration should be left in + - The state of the configuration after module completion type: str requirements: - ncclient (>=v0.6.4) @@ -285,14 +285,14 @@ """ RETURN = """ before: - description: The configuration prior to the model invocation. + description: The configuration as structured data prior to module invocation. returned: always type: list sample: > The configuration returned will always be in the same format of the parameters above. after: - description: The resulting configuration model invocation. + description: The configuration as structured data after module completion. returned: when changed type: list sample: > diff --git a/lib/ansible/modules/network/junos/junos_l2_interfaces.py b/lib/ansible/modules/network/junos/junos_l2_interfaces.py index e7dafb18a8f595..d1ba02bd56ddc4 100644 --- a/lib/ansible/modules/network/junos/junos_l2_interfaces.py +++ b/lib/ansible/modules/network/junos/junos_l2_interfaces.py @@ -95,7 +95,7 @@ - deleted default: merged description: - - The state the configuration should be left in + - The state of the configuration after module completion type: str requirements: - ncclient (>=v0.6.4) @@ -359,14 +359,14 @@ """ RETURN = """ before: - description: The configuration prior to the model invocation. + description: The configuration as structured data prior to module invocation. returned: always type: list sample: > The configuration returned will always be in the same format of the parameters above. after: - description: The resulting configuration model invocation. + description: The configuration as structured data after module completion. returned: when changed type: list sample: > diff --git a/lib/ansible/modules/network/junos/junos_l3_interfaces.py b/lib/ansible/modules/network/junos/junos_l3_interfaces.py index 80d186d79d7499..37748255568a5c 100644 --- a/lib/ansible/modules/network/junos/junos_l3_interfaces.py +++ b/lib/ansible/modules/network/junos/junos_l3_interfaces.py @@ -90,7 +90,7 @@ type: str state: description: - - The state the configuration should be left in + - The state of the configuration after module completion type: str choices: - merged @@ -360,14 +360,14 @@ """ RETURN = """ before: - description: The configuration prior to the model invocation. + description: The configuration as structured data prior to module invocation. returned: always sample: > The configuration returned will always be in the same format of the parameters above. type: list after: - description: The resulting configuration model invocation. + description: The configuration as structured data after module completion. returned: when changed sample: > The configuration returned will always be in the same format diff --git a/lib/ansible/modules/network/junos/junos_lacp.py b/lib/ansible/modules/network/junos/junos_lacp.py index b3c282bbc2d356..e49c43f2634151 100644 --- a/lib/ansible/modules/network/junos/junos_lacp.py +++ b/lib/ansible/modules/network/junos/junos_lacp.py @@ -60,7 +60,7 @@ choices: ['revertive', 'non-revertive'] state: description: - - The state the configuration should be left in + - The state of the configuration after module completion type: str choices: - merged @@ -146,14 +146,14 @@ """ RETURN = """ before: - description: The configuration prior to the model invocation. + description: The configuration as structured data prior to module invocation. returned: always type: dict sample: > The configuration returned will always be in the same format of the parameters above. after: - description: The resulting configuration model invocation. + description: The configuration as structured data after module completion. returned: when changed type: dict sample: > diff --git a/lib/ansible/modules/network/junos/junos_lacp_interfaces.py b/lib/ansible/modules/network/junos/junos_lacp_interfaces.py index f4f136f6e82c82..ade0d2bcce5ed5 100644 --- a/lib/ansible/modules/network/junos/junos_lacp_interfaces.py +++ b/lib/ansible/modules/network/junos/junos_lacp_interfaces.py @@ -105,7 +105,7 @@ type: str state: description: - - The state the configuration should be left in. + - The state of the configuration after module completion. type: str choices: - merged @@ -473,14 +473,14 @@ RETURN = """ before: - description: The configuration prior to the model invocation. + description: The configuration as structured data prior to module invocation. returned: always type: list sample: > The configuration returned will always be in the same format of the parameters above. after: - description: The resulting configuration model invocation. + description: The configuration as structured data after module completion. returned: when changed type: list sample: > diff --git a/lib/ansible/modules/network/junos/junos_lag_interfaces.py b/lib/ansible/modules/network/junos/junos_lag_interfaces.py index 21327476e33fc7..edc84ddb50ae3e 100644 --- a/lib/ansible/modules/network/junos/junos_lag_interfaces.py +++ b/lib/ansible/modules/network/junos/junos_lag_interfaces.py @@ -82,7 +82,7 @@ choices: ['primary', 'backup'] state: description: - - The state the configuration should be left in + - The state of the configuration after module completion type: str choices: - merged @@ -301,14 +301,14 @@ """ RETURN = """ before: - description: The configuration prior to the model invocation. + description: The configuration as structured data prior to module invocation. returned: always type: list sample: > The configuration returned will always be in the same format of the parameters above. after: - description: The resulting configuration model invocation. + description: The configuration as structured data after module completion. returned: when changed type: list sample: > diff --git a/lib/ansible/modules/network/junos/junos_lldp_global.py b/lib/ansible/modules/network/junos/junos_lldp_global.py index 63105f4d8d080c..ebecac31f8d958 100644 --- a/lib/ansible/modules/network/junos/junos_lldp_global.py +++ b/lib/ansible/modules/network/junos/junos_lldp_global.py @@ -73,7 +73,7 @@ type: int state: description: - - The state the configuration should be left in. + - The state of the configuration after module completion. type: str choices: - merged @@ -154,14 +154,14 @@ """ RETURN = """ before: - description: The configuration prior to the model invocation. + description: The configuration as structured data prior to module invocation. returned: always type: dict sample: > The configuration returned will always be in the same format of the parameters above. after: - description: The resulting configuration model invocation. + description: The configuration as structured data after module completion. returned: when changed type: dict sample: > diff --git a/lib/ansible/modules/network/junos/junos_lldp_interfaces.py b/lib/ansible/modules/network/junos/junos_lldp_interfaces.py index e9276949d71a22..c01179b33f1e8c 100644 --- a/lib/ansible/modules/network/junos/junos_lldp_interfaces.py +++ b/lib/ansible/modules/network/junos/junos_lldp_interfaces.py @@ -60,7 +60,7 @@ type: bool state: description: - - The state the configuration should be left in. + - The state of the configuration after module completion. type: str choices: - merged @@ -182,14 +182,14 @@ RETURN = """ before: - description: The configuration prior to the model invocation. + description: The configuration as structured data prior to module invocation. returned: always type: list sample: > The configuration returned will always be in the same format of the parameters above. after: - description: The resulting configuration model invocation. + description: The configuration as structured data after module completion. returned: when changed type: list sample: > diff --git a/lib/ansible/modules/network/junos/junos_vlans.py b/lib/ansible/modules/network/junos/junos_vlans.py index c4d9a313f5bb93..cb0ab4094138f0 100644 --- a/lib/ansible/modules/network/junos/junos_vlans.py +++ b/lib/ansible/modules/network/junos/junos_vlans.py @@ -72,7 +72,7 @@ type: str state: description: - - The state the configuration should be left in. + - The state of the configuration after module completion. type: str choices: - merged @@ -235,14 +235,14 @@ RETURN = """ before: - description: The configuration prior to the model invocation. + description: The configuration as structured data prior to module invocation. returned: always type: str sample: > The configuration returned will always be in the same format of the parameters above. after: - description: The resulting configuration model invocation. + description: The configuration as structured data after module completion. returned: when changed type: str sample: > diff --git a/lib/ansible/modules/network/nxos/nxos_bfd_interfaces.py b/lib/ansible/modules/network/nxos/nxos_bfd_interfaces.py index 530910ef1a0ac9..28a6481cfa3ded 100644 --- a/lib/ansible/modules/network/nxos/nxos_bfd_interfaces.py +++ b/lib/ansible/modules/network/nxos/nxos_bfd_interfaces.py @@ -68,7 +68,7 @@ - disable state: description: - - The state the configuration should be left in + - The state of the configuration after module completion type: str choices: - merged @@ -130,14 +130,14 @@ """ RETURN = """ before: - description: The configuration prior to the model invocation. + description: The configuration as structured data prior to module invocation. returned: always type: list sample: > The configuration returned will always be in the same format of the parameters above. after: - description: The resulting configuration model invocation. + description: The configuration as structured data after module completion. returned: when changed type: list sample: > diff --git a/lib/ansible/modules/network/nxos/nxos_interfaces.py b/lib/ansible/modules/network/nxos/nxos_interfaces.py index 328e2e978f3118..af1350906eaf7c 100644 --- a/lib/ansible/modules/network/nxos/nxos_interfaces.py +++ b/lib/ansible/modules/network/nxos/nxos_interfaces.py @@ -97,7 +97,7 @@ state: description: - - The state the configuration should be left in + - The state of the configuration after module completion type: str choices: - merged @@ -238,14 +238,14 @@ """ RETURN = """ before: - description: The configuration prior to the model invocation. + description: The configuration as structured data prior to module invocation. returned: always type: list sample: > The configuration returned will always be in the same format of the parameters above. after: - description: The resulting configuration model invocation. + description: The configuration as structured data after module completion. returned: when changed type: list sample: > diff --git a/lib/ansible/modules/network/nxos/nxos_l2_interfaces.py b/lib/ansible/modules/network/nxos/nxos_l2_interfaces.py index ed9a23a3015c46..1cf2761b279e4d 100644 --- a/lib/ansible/modules/network/nxos/nxos_l2_interfaces.py +++ b/lib/ansible/modules/network/nxos/nxos_l2_interfaces.py @@ -83,7 +83,7 @@ state: description: - - The state the configuration should be left in. + - The state of the configuration after module completion. type: str choices: - merged @@ -232,14 +232,14 @@ """ RETURN = """ before: - description: The configuration prior to the model invocation. + description: The configuration as structured data prior to module invocation. returned: always type: list sample: > The configuration returned will always be in the same format of the parameters above. after: - description: The resulting configuration model invocation. + description: The configuration as structured data after module completion. returned: when changed type: list sample: > diff --git a/lib/ansible/modules/network/nxos/nxos_l3_interfaces.py b/lib/ansible/modules/network/nxos/nxos_l3_interfaces.py index 0ea8eb5c57762b..7d1d3f6af59226 100644 --- a/lib/ansible/modules/network/nxos/nxos_l3_interfaces.py +++ b/lib/ansible/modules/network/nxos/nxos_l3_interfaces.py @@ -89,7 +89,7 @@ state: description: - - The state the configuration should be left in. + - The state of the configuration after module completion. type: str choices: - merged @@ -206,14 +206,14 @@ """ RETURN = """ before: - description: The configuration prior to the model invocation. + description: The configuration as structured data prior to module invocation. returned: always type: list sample: > The configuration returned will always be in the same format of the parameters above. after: - description: The resulting configuration model invocation. + description: The configuration as structured data after module completion. returned: when changed type: list sample: > diff --git a/lib/ansible/modules/network/nxos/nxos_lacp.py b/lib/ansible/modules/network/nxos/nxos_lacp.py index c78b1ae07f72dc..da2a3bf446d550 100644 --- a/lib/ansible/modules/network/nxos/nxos_lacp.py +++ b/lib/ansible/modules/network/nxos/nxos_lacp.py @@ -74,7 +74,7 @@ choices: ['primary', 'secondary'] state: description: - - The state the configuration should be left in. + - The state of the configuration after module completion. type: str choices: - merged @@ -145,14 +145,14 @@ """ RETURN = """ before: - description: The configuration prior to the model invocation. + description: The configuration as structured data prior to module invocation. returned: always type: dict sample: > The configuration returned will always be in the same format of the parameters above. after: - description: The resulting configuration model invocation. + description: The configuration as structured data after module completion. returned: when changed type: dict sample: > diff --git a/lib/ansible/modules/network/nxos/nxos_lacp_interfaces.py b/lib/ansible/modules/network/nxos/nxos_lacp_interfaces.py index a97a5159bf542f..0ac13b3d9ffd27 100644 --- a/lib/ansible/modules/network/nxos/nxos_lacp_interfaces.py +++ b/lib/ansible/modules/network/nxos/nxos_lacp_interfaces.py @@ -109,7 +109,7 @@ type: bool state: description: - - The state the configuration should be left in. + - The state of the configuration after module completion. type: str choices: - merged @@ -215,14 +215,14 @@ """ RETURN = """ before: - description: The configuration prior to the model invocation. + description: The configuration as structured data prior to module invocation. returned: always type: list sample: > The configuration returned will always be in the same format of the parameters above. after: - description: The resulting configuration model invocation. + description: The configuration as structured data after module completion. returned: when changed type: list sample: > diff --git a/lib/ansible/modules/network/nxos/nxos_lag_interfaces.py b/lib/ansible/modules/network/nxos/nxos_lag_interfaces.py index b3a2ad75f43428..7b07c016b77173 100644 --- a/lib/ansible/modules/network/nxos/nxos_lag_interfaces.py +++ b/lib/ansible/modules/network/nxos/nxos_lag_interfaces.py @@ -75,7 +75,7 @@ type: bool state: description: - - The state the configuration should be left in. + - The state of the configuration after module completion. type: str choices: - merged @@ -188,14 +188,14 @@ """ RETURN = """ before: - description: The configuration prior to the model invocation. + description: The configuration as structured data prior to module invocation. returned: always type: list sample: > The configuration returned will always be in the same format of the parameters above. after: - description: The resulting configuration model invocation. + description: The configuration as structured data after module completion. returned: when changed type: list sample: > diff --git a/lib/ansible/modules/network/nxos/nxos_lldp_global.py b/lib/ansible/modules/network/nxos/nxos_lldp_global.py index 5b064f0f435cc7..e7ddd676957b83 100644 --- a/lib/ansible/modules/network/nxos/nxos_lldp_global.py +++ b/lib/ansible/modules/network/nxos/nxos_lldp_global.py @@ -122,7 +122,7 @@ type: bool state: description: - - The state the configuration should be left in + - The state of the configuration after module completion type: str choices: - merged @@ -208,14 +208,14 @@ """ RETURN = """ before: - description: The configuration prior to the model invocation. + description: The configuration as structured data prior to module invocation. returned: always type: dict sample: > The configuration returned will always be in the same format of the parameters above. after: - description: The resulting configuration model invocation. + description: The configuration as structured data after module completion. returned: when changed type: dict sample: > diff --git a/lib/ansible/modules/network/nxos/nxos_telemetry.py b/lib/ansible/modules/network/nxos/nxos_telemetry.py index 62e122d6e03718..6cafc2dc809ef4 100644 --- a/lib/ansible/modules/network/nxos/nxos_telemetry.py +++ b/lib/ansible/modules/network/nxos/nxos_telemetry.py @@ -290,14 +290,14 @@ """ RETURN = """ before: - description: The configuration prior to the model invocation. + description: The configuration as structured data prior to module invocation. returned: always type: dict sample: > The configuration returned will always be in the same format of the parameters above. after: - description: The resulting configuration model invocation. + description: The configuration as structured data after module completion. returned: when changed type: dict sample: > diff --git a/lib/ansible/modules/network/nxos/nxos_vlans.py b/lib/ansible/modules/network/nxos/nxos_vlans.py index 9ca02695247ce7..d1f2ef4da0fd67 100644 --- a/lib/ansible/modules/network/nxos/nxos_vlans.py +++ b/lib/ansible/modules/network/nxos/nxos_vlans.py @@ -79,7 +79,7 @@ type: int state: description: - - The state the configuration should be left in. + - The state of the configuration after module completion. type: str choices: - merged @@ -204,14 +204,14 @@ """ RETURN = """ before: - description: The configuration prior to the model invocation. + description: The configuration as structured data prior to module invocation. returned: always type: list sample: > The configuration returned will always be in the same format of the parameters above. after: - description: The resulting configuration model invocation. + description: The configuration as structured data after module completion. returned: when changed type: list sample: > diff --git a/lib/ansible/modules/network/vyos/vyos_interfaces.py b/lib/ansible/modules/network/vyos/vyos_interfaces.py index 692595f02eecea..d0be6f672bcda1 100644 --- a/lib/ansible/modules/network/vyos/vyos_interfaces.py +++ b/lib/ansible/modules/network/vyos/vyos_interfaces.py @@ -114,7 +114,7 @@ type: int state: description: - - The state the configuration should be left in. + - The state of the configuration after module completion. type: str choices: - merged @@ -834,14 +834,14 @@ """ RETURN = """ before: - description: The configuration prior to the model invocation. + description: The configuration as structured data prior to module invocation. returned: always sample: > The configuration returned will always be in the same format of the parameters above. type: list after: - description: The resulting configuration model invocation. + description: The configuration as structured data after module completion. returned: when changed sample: > The configuration returned will always be in the same format diff --git a/lib/ansible/modules/network/vyos/vyos_l3_interfaces.py b/lib/ansible/modules/network/vyos/vyos_l3_interfaces.py index 1d33b864c9899e..4b8f21edbf6d71 100644 --- a/lib/ansible/modules/network/vyos/vyos_l3_interfaces.py +++ b/lib/ansible/modules/network/vyos/vyos_l3_interfaces.py @@ -108,7 +108,7 @@ type: str state: description: - - The state the configuration should be left in. + - The state of the configuration after module completion. type: str choices: - merged @@ -332,14 +332,14 @@ """ RETURN = """ before: - description: The configuration prior to the model invocation. + description: The configuration as structured data prior to module invocation. returned: always type: list sample: > The configuration returned will always be in the same format of the parameters above. after: - description: The resulting configuration model invocation. + description: The configuration as structured data after module completion. returned: when changed type: list sample: > diff --git a/lib/ansible/modules/network/vyos/vyos_lag_interfaces.py b/lib/ansible/modules/network/vyos/vyos_lag_interfaces.py index 73aee564645f9b..5f79cf80b21cdc 100644 --- a/lib/ansible/modules/network/vyos/vyos_lag_interfaces.py +++ b/lib/ansible/modules/network/vyos/vyos_lag_interfaces.py @@ -103,7 +103,7 @@ type: list state: description: - - The state the configuration should be left in. + - The state of the configuration after module completion. type: str choices: - merged @@ -512,14 +512,14 @@ """ RETURN = """ before: - description: The configuration prior to the model invocation. + description: The configuration as structured data prior to module invocation. returned: always type: list sample: > The configuration returned will always be in the same format of the parameters above. after: - description: The resulting configuration model invocation. + description: The configuration as structured data after module completion. returned: when changed type: list sample: > diff --git a/lib/ansible/modules/network/vyos/vyos_lldp_global.py b/lib/ansible/modules/network/vyos/vyos_lldp_global.py index 08fe245342887e..b10f396ab145be 100644 --- a/lib/ansible/modules/network/vyos/vyos_lldp_global.py +++ b/lib/ansible/modules/network/vyos/vyos_lldp_global.py @@ -74,7 +74,7 @@ - sonmp state: description: - - The state the configuration should be left in. + - The state of the configuration after module completion. type: str choices: - merged @@ -276,14 +276,14 @@ """ RETURN = """ before: - description: The configuration prior to the model invocation. + description: The configuration as structured data prior to module invocation. returned: always type: list sample: > The configuration returned will always be in the same format of the parameters above. after: - description: The resulting configuration model invocation. + description: The configuration as structured data after module completion. returned: when changed type: list sample: > diff --git a/lib/ansible/modules/network/vyos/vyos_lldp_interfaces.py b/lib/ansible/modules/network/vyos/vyos_lldp_interfaces.py index f451fa0591e9d8..32b2f75524ba37 100644 --- a/lib/ansible/modules/network/vyos/vyos_lldp_interfaces.py +++ b/lib/ansible/modules/network/vyos/vyos_lldp_interfaces.py @@ -115,7 +115,7 @@ type: str state: description: - - The state the configuration should be left in. + - The state of the configuration after module completion. type: str choices: - merged @@ -459,14 +459,14 @@ """ RETURN = """ before: - description: The configuration prior to the model invocation. + description: The configuration as structured data prior to module invocation. returned: always type: list sample: > The configuration returned will always be in the same format of the parameters above. after: - description: The resulting configuration model invocation. + description: The configuration as structured data after module completion. returned: when changed type: list sample: >