mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix example of nmap plugin (#42925)
This commit is contained in:
parent
a826ac3ea9
commit
e756ef8265
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ EXAMPLES = '''
|
|||
# inventory.config file in YAML format
|
||||
plugin: nmap
|
||||
strict: False
|
||||
network: 192.168.0.0/24
|
||||
address: 192.168.0.0/24
|
||||
'''
|
||||
|
||||
import os
|
||||
|
|
Loading…
Reference in a new issue