From 28ce3c2329e43d2612eb66bc7b542912900d0cef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Moser?= Date: Sat, 31 Mar 2018 11:45:12 +0200 Subject: [PATCH] doc: inventory: nmap: fix version added (#38157) --- lib/ansible/plugins/inventory/nmap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/plugins/inventory/nmap.py b/lib/ansible/plugins/inventory/nmap.py index 90bdf7f20d0..4f0fb8be92e 100644 --- a/lib/ansible/plugins/inventory/nmap.py +++ b/lib/ansible/plugins/inventory/nmap.py @@ -7,7 +7,7 @@ __metaclass__ = type DOCUMENTATION = ''' name: nmap plugin_type: inventory - version_added: "2.5" + version_added: "2.6" short_description: Uses nmap to find hosts to target description: - Uses a YAML configuration file with a valid YAML extension.