Add a missing handler.

This commit is contained in:
Andrea Dell'Amico 2020-07-30 19:38:35 +02:00
parent df10c0ce80
commit 6b882883cd
1 changed files with 4 additions and 1 deletions

View File

@ -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