Fix example of nmap plugin (#42925)

(cherry picked from commit e756ef8265)
pull/43346/head
Hossein Zolfi 6 years ago committed by Matt Clay
parent dea07afdae
commit e288c23a18

@ -0,0 +1,2 @@
bugfixes:
- fix nmap config example https://github.com/ansible/ansible/pull/42925

@ -43,7 +43,7 @@ EXAMPLES = '''
# inventory.config file in YAML format # inventory.config file in YAML format
plugin: nmap plugin: nmap
strict: False strict: False
network: 192.168.0.0/24 address: 192.168.0.0/24
''' '''
import os import os

Loading…
Cancel
Save