mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-11 03:17:40 -02:30
missing "check_mode: no"s for several read-only tasks (#8584)
this is not complete -- there are almost certainly more instances of this issue
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
shell: "docker info | grep 'Cgroup Driver' | awk -F': ' '{ print $2; }'"
|
||||
register: docker_cgroup_driver_result
|
||||
changed_when: false
|
||||
check_mode: no
|
||||
|
||||
- name: set kubelet_cgroup_driver_detected fact for docker
|
||||
set_fact:
|
||||
|
||||
Reference in New Issue
Block a user