Browse Source
Change a task name in preinstall/0080-system-configurations.yml (#11171)
pull/11193/head
hayden
6 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
roles/kubernetes/preinstall/tasks/0080-system-configurations.yml
|
|
@ -104,7 +104,7 @@ |
|
|
|
reload: yes |
|
|
|
when: fs_may_detach_mounts.stat.exists | d(false) |
|
|
|
|
|
|
|
- name: Ensure kube-bench parameters are set |
|
|
|
- name: Ensure kubelet expected parameters are set |
|
|
|
ansible.posix.sysctl: |
|
|
|
sysctl_file: "{{ sysctl_file_path }}" |
|
|
|
name: "{{ item.name }}" |
|
|
|