From 426cbafa060a7fe7206fc768085b7aa4fa8eb780 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Fri, 26 Mar 2021 07:09:53 +0100 Subject: [PATCH] ipa_service - Correct pluralisation of "hosts" in example (#2103) (#2105) (cherry picked from commit 2558cd3f017568c844c31891bfe1f9c65faaa496) Co-authored-by: Alex Willmer --- plugins/modules/identity/ipa/ipa_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/identity/ipa/ipa_service.py b/plugins/modules/identity/ipa/ipa_service.py index c13f7ab68f..088127e0c3 100644 --- a/plugins/modules/identity/ipa/ipa_service.py +++ b/plugins/modules/identity/ipa/ipa_service.py @@ -63,7 +63,7 @@ EXAMPLES = r''' - name: Changing Managing hosts list community.general.ipa_service: name: http/host01.example.com - host: + hosts: - host01.example.com - host02.example.com ipa_host: ipa.example.com