From bb6659830e50e6edff2970432e87eb4df003c1a0 Mon Sep 17 00:00:00 2001 From: krescent Date: Wed, 21 Aug 2024 13:56:40 +0800 Subject: [PATCH] Update win_domain_membership.py fix typo --- plugins/modules/win_domain_membership.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/win_domain_membership.py b/plugins/modules/win_domain_membership.py index 25768ad1..99d307af 100644 --- a/plugins/modules/win_domain_membership.py +++ b/plugins/modules/win_domain_membership.py @@ -72,7 +72,7 @@ # and will use the passed credentials to join domain if necessary. # Ansible connection should use local credentials if possible. # If a reboot is required, the second task will trigger one and wait until the host is available. -- name: Play to join the hsots to a domain +- name: Play to join the hosts to a domain hosts: winclient gather_facts: false tasks: