mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2026-02-02 17:23:12 -06:00
more fixes
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
- name: set mesh_node_name var from the existing mesh.properties file
|
||||
ansible.builtin.set_fact:
|
||||
mesh_node_name: "{{ lookup('ansible.builtin.ini', 'node.name type=properties file=mesh_properties_file') | split('.') | first }}"
|
||||
mesh_node_name: "{{ lookup('ansible.builtin.ini', 'node.name type=properties file={{ mesh_properties_file }}') | split('.') | first }}"
|
||||
|
||||
- name: generate a pet name if mesh_node_name is empty or this is a clone firstrun # noqa jinja[invalid]
|
||||
ansible.builtin.set_fact:
|
||||
|
||||
Reference in New Issue
Block a user