community.general/lib/ansible
Olivier BLIN c51407c806 Fix nxos modules idempotence issue (#46437)
* nxos_interface vlan and port-channel idempotence fix for mtu

* Fix MTU reconfiguration at each execution

* nxos_interface port-channel idempotence fix for mode (#44248)

* Fix trunk mode idempotence for port-channel
* Gather ethernet and port-channel code for mode management

* nxos_linkagg port-channel idempotence fix for channel-group's mode

The regex to retrieve channel-group's mode is not enough accurate.
Therefore, the swhitchport mode  was matched instead of the
channel-group's mode.

* This fix add accuracy to match the right configuration command

* Add support for switchport mode dot1q-tunnel in nxos_interface

* Fix layer reconfiguration at each execution
2018-11-29 10:23:51 +05:30
..
cli Fix type in ansible-galaxy info output (#49096) 2018-11-27 09:45:20 +05:30
compat
config fix bug in config mgr 2018-11-19 11:46:17 -05:00
errors
executor split PS wrapper and payload (CVE-2018-16859) (#49142) 2018-11-26 15:28:21 -08:00
galaxy Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
inventory Merge pull request #49080 from bcoca/better_invp_skip 2018-11-27 15:30:14 -08:00
module_utils win basic - fix issue when serializing PSObjects in result (#48860) 2018-11-28 12:17:49 +10:00
modules Fix nxos modules idempotence issue (#46437) 2018-11-29 10:23:51 +05:30
parsing Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
playbook require git when trying to use it in ansible-galaxy cli (#49212) 2018-11-28 13:28:21 -05:00
plugins changed documented default value for url (#49097) 2018-11-28 15:16:36 -06:00
template Fix using vault encrypted data with jinja2_native (#49025) 2018-11-27 16:44:22 -05:00
utils E325 Removal - Part II (#49196) 2018-11-28 13:55:52 +05:30
vars Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
__init__.py
constants.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
release.py