Update to 2025-04-07 22:01

This commit is contained in:
Daniel Berteaud
2025-04-07 22:01:54 +02:00
parent cfb8b7a271
commit faf91a5c0c
5 changed files with 13 additions and 4 deletions

View File

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