Created
July 4, 2017 20:36
-
-
Save dagwieers/d52dcfa41ed417352435cd783dbe0903 to your computer and use it in GitHub Desktop.
Using the same playbook with diff mode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PLAY [computer61] ************************************************************************************************************************ | |
TASK [win_regedit] *********************************************************************************************************************** | |
[HKLM:\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters] | |
-"SMB1" = "dword:0" | |
+"SMB1" = "dword:4294967295" | |
changed: [computer61] | |
TASK [win_regedit] *********************************************************************************************************************** | |
ok: [computer61] | |
TASK [win_regedit] *********************************************************************************************************************** | |
[HKLM:\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters] | |
-"SMB1" = "dword:4294967295" | |
+"SMB1" = "dword:0" | |
changed: [computer61] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment