Add a missing handler.
This commit is contained in:
parent
df10c0ce80
commit
6b882883cd
|
@ -1,2 +1,5 @@
|
||||||
---
|
---
|
||||||
# handlers file for ansible-role-template
|
- name: Set the default OpenJDK
|
||||||
|
alternatives: name={{ item }} path={{ jdk_java_home }}/bin/{{ item }}
|
||||||
|
with_items: '{{ openjdk_commands }}'
|
||||||
|
when: openjdk_install
|
Loading…
Reference in New Issue