Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/ansible.utils.resolvable_test.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Version added: 2.2.0

Synopsis
--------
- This plugin checks if the provided IP address of host name can be resolved using /etc/hosts or DNS
- This plugin checks if the provided IP address or host name can be resolved using /etc/hosts or DNS



Expand Down
2 changes: 1 addition & 1 deletion plugins/test/resolvable.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
version_added: "2.2.0"
short_description: Test if an IP or name can be resolved via /etc/hosts or DNS
description:
- This plugin checks if the provided IP address of host name can be resolved using /etc/hosts or DNS
- This plugin checks if the provided IP address or host name can be resolved using /etc/hosts or DNS
options:
host:
description:
Expand Down