Fixed example error in windows_winrm user guide (#63922)

##### SUMMARY
The example code to configure TLS 1.2 Support using Ansible had an indention error. The register variable 'enable_tls12' was not indented. This caused the subsequent task to fail since the variable was not registered. 


##### ISSUE TYPE
- Docs Pull Request

+label: docsite_pr
This commit is contained in:
AndrewCi 2019-10-24 15:31:47 -04:00 committed by Matt Martz
parent 7f2c367d78
commit c562e17659

View file

@ -818,7 +818,7 @@ The below Ansible tasks can also be used to enable TLS v1.2:
data: '{{ item.value }}'
type: dword
state: present
register: enable_tls12
register: enable_tls12
loop:
- type: Server
property: Enabled