remove debugging

This commit is contained in:
Lee Goolsbee
2024-04-04 15:57:36 -05:00
parent e84772061b
commit 4f4953be0d

View File

@@ -6,14 +6,6 @@
path: "{{ mesh_properties_file }}"
regexp: '^node\.name='
- name: debug atl_hostedzone
debug:
msg: "{{ atl_hostedzone }}"
- name: debug line for node.rpc-url
debug:
msg: "{{ mesh_node_scheme }}://{{ mesh_node_name }}.{{ atl_aws_stack_name }}-{{ ansible_ec2_placement_region }}.{{ atl_hostedzone }}:{{ mesh_node_port }}"
- name: Update mesh.properties 'node.rpc-url' with mesh_node_name value
ansible.builtin.lineinfile:
path: "{{ mesh_properties_file }}"