mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-04 07:37:20 +02:00
Update to 2025-04-07 22:01
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user