Fix roles in the java library build job

Change-Id: I1f173980f6fe60dbdec6361c6a4e08044d2ab055
This commit is contained in:
Radosław Piliszek 2023-10-19 14:27:46 +02:00
parent cee97535a1
commit f5d469974e

View File

@ -1,7 +1,7 @@
- hosts: all
roles:
- install_jdk
- maven
- install-jdk
- install-maven
tasks:
- name: Build the project with Maven
shell: mvn clean install -DskipTests