Skip to content

Commit

Permalink
Update vm_delete.yml
Browse files Browse the repository at this point in the history
Removed http and port from consul address in vm_delete.yaml
  • Loading branch information
jramosrivas authored Feb 3, 2022
1 parent 393baa7 commit ef39f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openstack/playbooks/vm_delete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

- name: Deregister node-exporter in Consul server
uri:
url: http://{{ consul_server_address|quote }}:8500/v1/agent/service/deregister/{{ monitoring_id }}-{{ id }}
url: {{ consul_server_address|quote }}/v1/agent/service/deregister/{{ monitoring_id }}-{{ id }}
method: PUT
when:
- consul_server_address != ""
Expand Down

0 comments on commit ef39f15

Please sign in to comment.