try stopping mesh after registration of new node to allow further configuration when atl_startup_restart is false

This commit is contained in:
Lee Goolsbee
2024-04-02 14:14:19 -05:00
parent 7a184bf5f0
commit 92c66dfdc1
2 changed files with 14 additions and 4 deletions

View File

@@ -20,7 +20,7 @@
that:
- mesh_nodes_report.json | community.general.json_query(query) | length == 0
changed_when: true
notify: Update Mesh Node
notify: Update Existing Mesh Node
when:
- bitbucket_cluster_available
- mesh_nodes_report.json | community.general.json_query(query) | length == 0
@@ -48,7 +48,7 @@
that:
- mesh_nodes_report.json | community.general.json_query(query) | length == 0
changed_when: true
notify: Register Mesh Node
notify: Register New Mesh Node
when:
- bitbucket_cluster_available
- mesh_nodes_report.json | community.general.json_query(query) | length == 0