Rename lldp to lldp_facts; add support for check mode (#11980)

Rename lldp to lldp_facts; add support for check mode.
This commit is contained in:
Felix Fontein
2026-05-03 11:58:09 +02:00
committed by GitHub
parent 0ebd32373d
commit 88c13b8108
5 changed files with 29 additions and 8 deletions

View File

@@ -0,0 +1,3 @@
minor_changes:
- lldp - the module has been renamed to ``community.general.lldp_facts`` (https://github.com/ansible-collections/community.general/pull/11980).
- lldp - the module now supports check mode (https://github.com/ansible-collections/community.general/pull/11980).