fix error when cache is disabled (#2518)

This commit is contained in:
Dennis Israelsson 2021-05-17 07:35:15 +02:00 committed by GitHub
commit 448b8cbcda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- nmap inventory plugin - fix local variable error when cache is disabled (https://github.com/ansible-collections/community.general/issues/2512).