fix error when cache is disabled (#2518) (#2532)

(cherry picked from commit 448b8cbcda)

Co-authored-by: Dennis Israelsson <dennis.israelsson@gmail.com>
This commit is contained in:
patchback[bot]
2021-05-17 08:09:58 +02:00
committed by GitHub
parent ec2e7cad3e
commit af85b6c203
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).