mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-26 10:15:14 +00:00
✅ Update Nomad test to check variable service name
This commit is contained in:
parent
12461c1d63
commit
9f3f684d01
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
- name: Get Nomad service state
|
||||
ansible.builtin.systemd:
|
||||
name: nomad
|
||||
name: "{{ nomad_service_name }}"
|
||||
state: started
|
||||
register: service_result
|
||||
|
||||
|
|
Loading…
Reference in a new issue