Fix path according to Marko Poženel
This commit is contained in:
parent
c15d6f1edf
commit
0d1e32c626
1 changed files with 7 additions and 0 deletions
|
@ -28,6 +28,13 @@
|
||||||
state: present
|
state: present
|
||||||
scope: machine
|
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
|
- name: Disable Java updates
|
||||||
win_regedit:
|
win_regedit:
|
||||||
path: HKLM:\SOFTWARE\WOW6432Node\JavaSoft\Java Update\Policy
|
path: HKLM:\SOFTWARE\WOW6432Node\JavaSoft\Java Update\Policy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue