classroom/roles/linroom/tasks/maven.yml
2023-09-07 22:29:02 +02:00

5 lines
63 B
YAML

- name: Install maven
apt:
name: maven
state: latest