fixes #11 no java for all

This commit is contained in:
2024-12-05 18:24:17 +01:00
parent 2537274c65
commit 0527860d6d
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