ansible-role-k3s/tasks/state_restarted.yml

8 lines
168 B
YAML
Raw Permalink Normal View History

2021-06-22 21:47:58 +02:00
---
2023-05-13 15:49:39 +02:00
- name: Ensure k3s is stopped
ansible.builtin.import_tasks: ensure_stopped.yml
2021-06-22 21:47:58 +02:00
2023-05-13 15:49:39 +02:00
- name: Ensure k3s is started
ansible.builtin.import_tasks: ensure_started.yml