diff --git a/changelogs/fragments/nxos_facts_trailing_comma.yaml b/changelogs/fragments/nxos_facts_trailing_comma.yaml new file mode 100644 index 0000000000..8174cee502 --- /dev/null +++ b/changelogs/fragments/nxos_facts_trailing_comma.yaml @@ -0,0 +1,2 @@ +bugfixes: +- Fix trailing command in net_neighbors nxos_facts (https://github.com/ansible/ansible/pull/47548). diff --git a/changelogs/fragments/nxos_install_os_force_disruptive.yaml b/changelogs/fragments/nxos_install_os_force_disruptive.yaml new file mode 100644 index 0000000000..dac1a19f59 --- /dev/null +++ b/changelogs/fragments/nxos_install_os_force_disruptive.yaml @@ -0,0 +1,2 @@ +bugfixes: +- Add force disruptive option nxos_instal_os module (https://github.com/ansible/ansible/pull/47694).