[skip ci]refactor: add service mgr in task name

This commit is contained in:
dbrennand 2023-05-12 08:43:37 +01:00
parent 2344625c96
commit 7f6ad15c54
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
path: "{{ k3s_token_location }}"
register: k3s_token_cluster_check
- name: Ensure control plane started
- name: Ensure control plane started with {{ ansible_service_mgr }}
ansible.builtin.include_tasks: ensure_control_plane_started_{{ ansible_service_mgr }}.yml
when: (k3s_control_node and k3s_controller_list | length == 1)
or (k3s_primary_control_node and k3s_controller_list | length > 1)