mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-24 22:46:06 -03:30
Fix ansible syntax to avoid ansible warnings (again) (#3509)
* Fix ansible syntax to avoid ansible warnings (again) * warn: false on tar -cfz * wrong placement of warn:false
This commit is contained in:
committed by
k8s-ci-robot
parent
6549b8f8ae
commit
fcd8d850dc
@@ -79,9 +79,10 @@
|
||||
|
||||
- name: reset | gather mounted kubelet dirs
|
||||
shell: mount | grep /var/lib/kubelet/ | awk '{print $3}' | tac
|
||||
args:
|
||||
warn: false
|
||||
check_mode: no
|
||||
register: mounted_dirs
|
||||
warn: false
|
||||
tags:
|
||||
- mounts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user