Update to 2024-09-26 12:00

This commit is contained in:
Daniel Berteaud
2024-09-26 12:00:17 +02:00
parent 73b3ff3424
commit 7abdfbe1e8
10 changed files with 156 additions and 16 deletions

View File

@@ -11,6 +11,11 @@
notify: restart nomad
tags: nomad
- name: Install server only componenets
package: name={{ nomad_server_packages }}
when: nomad_conf.server.enabled
tags: nomad
- name: Deploy systemd service unit
template: src=nomad.service.j2 dest=/etc/systemd/system/nomad.service
register: nomad_unit