Skip to content

Commit

Permalink
Fix example of nmap plugin (ansible#42925)
Browse files Browse the repository at this point in the history
(cherry picked from commit e756ef8)
  • Loading branch information
empire authored and bcoca committed Jul 18, 2018
1 parent d9f5eb6 commit 433a32c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelogs/fragments/docfix.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bugfixes:
- fix nmap config example https://github.com/ansible/ansible/pull/42925
2 changes: 1 addition & 1 deletion lib/ansible/plugins/inventory/nmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
# inventory.config file in YAML format
plugin: nmap
strict: False
network: 192.168.0.0/24
address: 192.168.0.0/24
'''

import os
Expand Down

0 comments on commit 433a32c

Please sign in to comment.