just roll with it at this point
This commit is contained in:
parent
7f36ff272e
commit
e337989a59
@ -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
|
Loading…
Reference in New Issue
Block a user