From e337989a597c5a5b74c55ce313cdedec50ef82ad Mon Sep 17 00:00:00 2001 From: shockrah Date: Mon, 12 May 2025 02:01:20 -0700 Subject: [PATCH] just roll with it at this point --- ansible/roles/local-server-head/tasks/nomad.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ansible/roles/local-server-head/tasks/nomad.yaml b/ansible/roles/local-server-head/tasks/nomad.yaml index 983b696..1eda1f1 100644 --- a/ansible/roles/local-server-head/tasks/nomad.yaml +++ b/ansible/roles/local-server-head/tasks/nomad.yaml @@ -42,13 +42,13 @@ src: consul.hcl dest: /etc/consul.d/consul.hcl mode: "0644" -- name: Start consul +- name: Start nomad ansible.builtin.systemd_service: name: nomad state: started enabled: true -- name: Make sure the nomad service is available +- name: Make sure the consul service is NOT available ansible.builtin.systemd_service: - name: nomad - state: started + name: consul + state: stopped enabled: true \ No newline at end of file