mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-29 22:01:27 -07:00
added required missing field for common yaml fmt
This commit is contained in:
parent
50905b980d
commit
2496fd35fb
10 changed files with 41 additions and 0 deletions
|
@ -17,6 +17,10 @@ DOCUMENTATION = '''
|
|||
requirements:
|
||||
- nmap CLI installed
|
||||
options:
|
||||
plugin:
|
||||
description: token that ensures this is a source file for the 'nmap' plugin.
|
||||
required: True
|
||||
choices: ['nmap']
|
||||
address:
|
||||
description: Network IP or range of IPs to scan, you can use a simple range (10.2.2.15-25) or CIDR notation.
|
||||
required: True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue