diff options
author | nkshrishail <42039941+nkshrishail@users.noreply.github.com> | 2019-11-10 00:02:07 -0500 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2020-04-14 18:16:14 -0700 |
commit | ea4f6e1539507e0b2be0bb0a3e093e65e5b1a7bc (patch) | |
tree | b4262ffe0a598c6f7a865a2b240e8a07aee98276 /changelogs | |
parent | 852b64b3baf504c12203f1366e40e1c137fc20c0 (diff) | |
download | ansible-ea4f6e1539507e0b2be0bb0a3e093e65e5b1a7bc.tar.gz |
nxos_lacp: updated tests to handle platforms not supporting lacp system mac command (#64074)
* Updated nxos_lacp tests to handle platforms not supporting lacp system mac command
* nxos_lacp: addressing comments
* nxos_lacp: Updating image tag search to include more tags
(cherry picked from commit 00193f27eb107310257efecae1d8ceadaa3acd95)
Add changelog for nxos_lacp fix
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/64074_update_nxos_lacp.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/64074_update_nxos_lacp.yaml b/changelogs/fragments/64074_update_nxos_lacp.yaml new file mode 100644 index 0000000000..7bf26ee20c --- /dev/null +++ b/changelogs/fragments/64074_update_nxos_lacp.yaml @@ -0,0 +1,2 @@ +bugfixes: + - Fix nxos_lacp replace operation (https://github.com/ansible/ansible/pull/64074). |