diff --git a/changelogs/fragments/fix_description.yaml b/changelogs/fragments/fix_description.yaml index 88ecc314..3b831207 100644 --- a/changelogs/fragments/fix_description.yaml +++ b/changelogs/fragments/fix_description.yaml @@ -1,3 +1,4 @@ --- doc_changes: - Fix the description of the reduce_on_network filter. + - Fix the synopsis of the resolveable test. diff --git a/docs/ansible.utils.resolvable_test.rst b/docs/ansible.utils.resolvable_test.rst index a1fe6ef1..20a26fa9 100644 --- a/docs/ansible.utils.resolvable_test.rst +++ b/docs/ansible.utils.resolvable_test.rst @@ -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 diff --git a/plugins/test/resolvable.py b/plugins/test/resolvable.py index c7ef7123..72592895 100644 --- a/plugins/test/resolvable.py +++ b/plugins/test/resolvable.py @@ -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: