Skip to content

Commit e82a4e3

Browse files
committed
test symlinks
1 parent f8b130e commit e82a4e3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tests/tasks/main.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,12 @@
3333
fail:
3434
msg="java -version output was {{ result_java_version.stdout }} instead of {{ expected_java_version }}"
3535
when: result_java_version.stdout != expected_java_version
36+
37+
- name: ensure keytool and javadoc are present
38+
shell: "test -h /usr/bin/{{ item }}"
39+
changed_when: no
40+
with_items:
41+
- keytool
42+
- java
43+
- javadoc
44+

0 commit comments

Comments
 (0)