Skip to content

Commit

Permalink
fixes #1: typo in community.windows.win_domain_user groups_action
Browse files Browse the repository at this point in the history
  • Loading branch information
andif888 committed Feb 8, 2023
1 parent ca88d87 commit b3f5e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/infra-dc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
community.windows.win_domain_user:
name: '{{ item.name }}'
groups: '{{ item.groups }}'
group_action: add
groups_action: add
password: '{{ domain_user_password }}'
password_never_expires: yes
update_password: always
Expand Down

0 comments on commit b3f5e7c

Please sign in to comment.