Make sure the nomad agent is running on boot
This commit is contained in:
parent
e03daa62e5
commit
5a1afb4a07
@ -31,4 +31,9 @@
|
||||
update_cache: true
|
||||
- name: Install nomad package
|
||||
ansible.builtin.apt:
|
||||
pkg: nomad
|
||||
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