Fix name for adding Java bin dir to PATH
This commit is contained in:
parent
7559b049a2
commit
07f4a73dae
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
state: present
|
state: present
|
||||||
scope: machine
|
scope: machine
|
||||||
|
|
||||||
- name: Java bin dir "." to PATH
|
- name: Add Java bin dir to PATH
|
||||||
win_path:
|
win_path:
|
||||||
name: PATH
|
name: PATH
|
||||||
elements: "{{ reg['raw_value'] }}\\bin"
|
elements: "{{ reg['raw_value'] }}\\bin"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue