1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/plugins/modules/net_tools
José Pedro Oliveira 1dd5e71cff
lldp - use get_bin_path to locate the lldpctl executable (#1643)
* lldp - use get_bin_path to locate the lldpctl executable

 * This prevents failed executions

   FAILED! => {"changed": false, "cmd": "lldpctl -f keyvalue",
               "msg": "[Errno 2] No such file or directory", "rc": 2}

   on hosts (servers and switches) with lldpd installed and running.

* Update changelogs/fragments/lldp-use-get_bin_path-to-locate-the-lldpctl-executable.yaml

Specify pull request id and minor formatting tweaks

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update changelogs/fragments/lldp-use-get_bin_path-to-locate-the-lldpctl-executable.yaml

Co-authored-by: Felix Fontein <felix@fontein.de>

Co-authored-by: Felix Fontein <felix@fontein.de>
2021-01-23 11:45:28 +01:00
..
infinity modules: fix examples to use FQCN (#644) 2020-07-13 21:50:31 +02:00
ldap Ensured `changed returns False`. (#1530) 2020-12-22 15:56:46 +01:00
nios Tidy up validate-modules ignores for modules: net_tools/nios (#1598) 2021-01-11 22:14:46 +01:00
cloudflare_dns.py cloudflare_dns: read API token from environment (#1238) 2021-01-11 13:08:20 +01:00
dnsimple.py modules: fix examples to use FQCN (#644) 2020-07-13 21:50:31 +02:00
dnsmadeeasy.py Tidy up validate-modules:doc-required-mismatch (#1415) 2020-11-28 14:06:28 +01:00
haproxy.py Fix boolean defaults. (#1343) 2020-11-23 11:14:43 +00:00
ip_netns.py Tidy up validate-modules:no-default-for-required-parameter and other cases (#1423) 2020-12-01 21:28:40 +01:00
ipify_facts.py modules: fix examples to use FQCN (#644) 2020-07-13 21:50:31 +02:00
ipinfoio_facts.py Tidy up validate-modules:no-default-for-required-parameter and other cases (#1423) 2020-12-01 21:28:40 +01:00
ipwcli_dns.py modules: fix examples to use FQCN (#644) 2020-07-13 21:50:31 +02:00
lldp.py lldp - use get_bin_path to locate the lldpctl executable (#1643) 2021-01-23 11:45:28 +01:00
netcup_dns.py Tidy up validate-modules:no-default-for-required-parameter and other cases (#1423) 2020-12-01 21:28:40 +01:00
nmcli.py Remove bridge-slave from list of IP based connections (#1517) 2021-01-03 11:37:48 +01:00
nsupdate.py modules: fix examples to use FQCN (#644) 2020-07-13 21:50:31 +02:00
omapi_host.py [2.10] Fix omapi_host on python3 (#788) 2020-11-22 12:21:18 +01:00
snmp_facts.py snmp_facts: Hide user sensitive information in console (#1621) 2021-01-12 11:06:58 +01:00