From 2558cd3f017568c844c31891bfe1f9c65faaa496 Mon Sep 17 00:00:00 2001 From: Alex Willmer Date: Thu, 25 Mar 2021 21:19:48 +0000 Subject: [PATCH] ipa_service - Correct pluralisation of "hosts" in example (#2103) --- 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