reset task 수정

This commit is contained in:
ByeonJungHun
2023-07-14 14:09:39 +09:00
parent 03eda1e84d
commit 96f41a8f95
10 changed files with 30 additions and 80 deletions

View File

@@ -17,6 +17,24 @@
- /media/data
- /media/cloudmoa
- name: container runtime stop - docker
systemd:
name: docker
state: stopped
when: runtime == "docker"
- name: container runtime stop - crio
systemd:
name: crio
state: stopped
when: runtime == "crio"
- name: container runtime stop - containerd
systemd:
name: containerd
state: stopped
when: runtime == "containerd"
- name: Remove kubectl package
package:
name: kubectl
@@ -48,9 +66,4 @@
package:
name: crio
state: absent
when: runtime == "crio"
- name: Remove runc
package:
name: runc
state: absent
when: runtime == "crio"