doc: inventory: nmap: fix version added (#38157)
This commit is contained in:
parent
b06dfbec54
commit
28ce3c2329
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue