drop unused task

This commit is contained in:
Lee Goolsbee
2024-03-26 14:55:04 -05:00
parent 6881bc1a89
commit 7be6d67077

View File

@@ -76,10 +76,6 @@
ansible.builtin.set_fact:
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
- name: Work out if this is first_run of a mesh_clone
ansible.builtin.set_fact: