mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50:22 -07:00
snmp_facts - added timeout and retries params to module (#2065)
* added timeout and retries params to module * added changelog fragment * Update plugins/modules/net_tools/snmp_facts.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/net_tools/snmp_facts.py Co-authored-by: Felix Fontein <felix@fontein.de> * removed default for retries per suggestion in PR * Update plugins/modules/net_tools/snmp_facts.py Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
68fc48cd1f
commit
c147d2fb98
2 changed files with 17 additions and 2 deletions
2
changelogs/fragments/2065-snmp-facts-timeout.yml
Normal file
2
changelogs/fragments/2065-snmp-facts-timeout.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- snmp_facts - added parameters ``timeout`` and ``retries`` to module (https://github.com/ansible-collections/community.general/issues/980).
|
Loading…
Add table
Add a link
Reference in a new issue