mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 00:13:09 -06:00
remove debugging
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user