fixes #11 no java for all
This commit is contained in:
@@ -1,2 +1,11 @@
|
|||||||
- name: Hashicorp repo
|
- 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
|
||||||
6
roles/nummer5/tasks/nomad.yaml
Normal file
6
roles/nummer5/tasks/nomad.yaml
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
- name: Install nomad Packages
|
||||||
|
apt:
|
||||||
|
state: present
|
||||||
|
name:
|
||||||
|
- nomad
|
||||||
|
- nomad-driver-podman
|
||||||
Reference in New Issue
Block a user