fixes #11 no java for all

This commit is contained in:
2024-12-05 18:24:17 +01:00
parent 11db3c60e3
commit 9cced3f65b
2 changed files with 16 additions and 1 deletions

View File

@@ -1,2 +1,11 @@
- name: Hashicorp repo
include_tasks: repo.yaml
include_tasks: repo.yaml
- name: Additional roles
include_role:
name:
- podman
- java
- name: Nomad
include_tasks: nomad.yaml

View File

@@ -0,0 +1,6 @@
- name: Install nomad Packages
apt:
state: present
name:
- nomad
- nomad-driver-podman