Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dagwieers/d52dcfa41ed417352435cd783dbe0903 to your computer and use it in GitHub Desktop.
Save dagwieers/d52dcfa41ed417352435cd783dbe0903 to your computer and use it in GitHub Desktop.
Using the same playbook with diff mode
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