refactor: `Ensure` to `Run`

This commit is contained in:
dbrennand 2023-05-11 20:25:44 +01:00
parent eda140578d
commit 47c1e36edd
1 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@
- k3s_control_node
- not k3s_primary_control_node
- name: Ensure control plane post checks
- name: Run control plane post checks
ansible.builtin.import_tasks: post_checks_control_plane.yml
when:
- not k3s_skip_validation
@ -101,7 +101,7 @@
- name: Flush Handlers
ansible.builtin.meta: flush_handlers
- name: Ensure node post checks
- name: Run node post checks
ansible.builtin.import_tasks: post_checks_nodes.yml
when:
- not k3s_skip_validation