Skip to content

Commit

Permalink
Update win_domain_membership.py
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
krescent authored Aug 21, 2024
1 parent 3136977 commit bb66598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/win_domain_membership.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bb66598

Please sign in to comment.