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
parent ea200c9d8c
commit 448b8cbcda
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).