Make sure the nomad agent is running on boot
This commit is contained in:
parent
e03daa62e5
commit
5a1afb4a07
@ -32,3 +32,8 @@
|
||||
- name: Install nomad package
|
||||
ansible.builtin.apt:
|
||||
pkg: nomad
|
||||
- name: Make sure the nomad service is available
|
||||
ansible.builtin.systemd_service:
|
||||
name: nomad
|
||||
state: started
|
||||
enabled: true
|
Loading…
Reference in New Issue
Block a user