Remove immutable flag from /var/lib/kubelet subdirs
This commit is contained in:
parent
491e260d20
commit
71d5485112
1 changed files with 7 additions and 0 deletions
|
@ -253,6 +253,13 @@
|
|||
- enable_nodelocaldns|default(false)|bool
|
||||
- nodelocaldns_device.stat.exists
|
||||
|
||||
- name: reset | Remove immutable flag from /var/lib/kubelet subdirs
|
||||
file:
|
||||
path: /var/lib/kubelet
|
||||
state: directory
|
||||
attributes: "-i"
|
||||
recurse: true
|
||||
|
||||
- name: reset | delete some files and directories
|
||||
file:
|
||||
path: "{{ item }}"
|
||||
|
|
Loading…
Reference in a new issue