added required missing field for common yaml fmt

This commit is contained in:
Brian Coca 2018-07-05 13:01:16 -04:00 committed by Brian Coca
parent 50905b980d
commit 2496fd35fb
10 changed files with 41 additions and 0 deletions

View file

@ -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