Skip to content

Commit

Permalink
fix(remote_desktop): forbidden implicit octal value
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNabokikh committed Mar 31, 2023
1 parent f833db7 commit edcfc54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/remote_desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ansible.windows.win_regedit:
path: "{{ item }}"
name: fDenyTSConnections
data: 00000000
data: 0x00000000
type: dword
state: "{{ 'present' if remote_desktop_enabled else 'absent' }}"
with_items:
Expand Down

0 comments on commit edcfc54

Please sign in to comment.