Skip to content
This repository was archived by the owner on Aug 18, 2022. It is now read-only.

Commit

Permalink
fix problem #5
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaerlocher authored Mar 9, 2019
2 parents c2dc101 + 74b98d3 commit 544e89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/distribution/Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
- name: 'windows : Disable or Enable SMB2'
win_regedit:
key: HKLM:\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters
value: SMB1
value: SMB2
datatype: dword
data: "{{ '00000001' if settings_smb2_enable else '00000000' }}"

Expand Down

0 comments on commit 544e89c

Please sign in to comment.