mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-17 19:20:10 -03:30
Improving yamllint configuration (#11389)
Signed-off-by: Bas Meijer <bas.meijer@enexis.nl>
This commit is contained in:
@@ -261,7 +261,7 @@
|
||||
path: "{{ filedir_path }}"
|
||||
state: touch
|
||||
attributes: "-i"
|
||||
mode: 0644
|
||||
mode: "0644"
|
||||
loop: "{{ var_lib_kubelet_files_dirs_w_attrs.stdout_lines | select('search', 'Immutable') | list }}"
|
||||
loop_control:
|
||||
loop_var: file_dir_line
|
||||
|
||||
Reference in New Issue
Block a user