Update Nomad test to check variable service name

This commit is contained in:
Anarion 2023-03-28 13:09:42 +02:00
parent 12461c1d63
commit 9f3f684d01
No known key found for this signature in database
GPG key ID: 6C9E149718A7D4EB

View file

@ -9,7 +9,7 @@
- name: Get Nomad service state
ansible.builtin.systemd:
name: nomad
name: "{{ nomad_service_name }}"
state: started
register: service_result