just roll with it at this point

This commit is contained in:
shockrah 2025-05-12 02:01:20 -07:00
parent 7f36ff272e
commit e337989a59

View File

@ -42,13 +42,13 @@
src: consul.hcl src: consul.hcl
dest: /etc/consul.d/consul.hcl dest: /etc/consul.d/consul.hcl
mode: "0644" mode: "0644"
- name: Start consul - name: Start nomad
ansible.builtin.systemd_service: ansible.builtin.systemd_service:
name: nomad name: nomad
state: started state: started
enabled: true enabled: true
- name: Make sure the nomad service is available - name: Make sure the consul service is NOT available
ansible.builtin.systemd_service: ansible.builtin.systemd_service:
name: nomad name: consul
state: started state: stopped
enabled: true enabled: true