Handle 'No more variables left in this MIB View ' in snmp_facts (#613)

Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
This commit is contained in:
ernst-s 2020-07-21 09:10:26 +02:00 committed by GitHub
commit d7aabcceed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- snmp_facts - skip ``EndOfMibView`` values (https://github.com/ansible/ansible/issues/49044).