clean-build: fix consul service name
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
ed1c7b7f3e
commit
3eb10f98ea
|
@ -28,7 +28,7 @@
|
|||
with_items:
|
||||
- '/etc/systemd/system/build-{{ beacon_node_service_name }}.service'
|
||||
- '/etc/systemd/system/build-{{ beacon_node_service_name }}.timer'
|
||||
- '/etc/consul/service_build_{{ beacon_node_network }}_{{ beacon_node_repo_branch }}_timer.json'
|
||||
- '/etc/consul/service_build_{{ beacon_node_consul_service_file_name }}_timer.json'
|
||||
|
||||
- name: Reload systemctl services
|
||||
systemd_service:
|
||||
|
|
Loading…
Reference in New Issue