mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-15 09:23:06 -06:00
drop unused task
This commit is contained in:
@@ -76,10 +76,6 @@
|
|||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
mesh_node_id: "{{ lookup('ansible.builtin.ini', 'node.id type=properties file={{ mesh_properties_file }}', errors='ignore') | default('absent', true) }}"
|
mesh_node_id: "{{ lookup('ansible.builtin.ini', 'node.id type=properties file={{ mesh_properties_file }}', errors='ignore') | default('absent', true) }}"
|
||||||
|
|
||||||
- name: Set string to test mesh_clone_firstrun (node_name contains meshnode_{{ mesh_node_id }}")
|
|
||||||
ansible.builtin.set_fact:
|
|
||||||
mesh_clone_teststring: "meshnode_{{ mesh_node_id }}"
|
|
||||||
|
|
||||||
# workout if this is mesh_clone_firstrun
|
# workout if this is mesh_clone_firstrun
|
||||||
- name: Work out if this is first_run of a mesh_clone
|
- name: Work out if this is first_run of a mesh_clone
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
|
|||||||
Reference in New Issue
Block a user