Fix path according to Marko Poženel

This commit is contained in:
Gašper Fele-Žorž 2025-09-02 10:46:52 +02:00
parent c15d6f1edf
commit 0d1e32c626

View file

@ -28,6 +28,13 @@
state: present
scope: machine
- name: Java bin dir "." to PATH
win_path:
name: PATH
elements: "{{ reg['raw_value'] }}\\bin"
state: present
scope: machine
- name: Disable Java updates
win_regedit:
path: HKLM:\SOFTWARE\WOW6432Node\JavaSoft\Java Update\Policy