k3s-ansible icon indicating copy to clipboard operation
k3s-ansible copied to clipboard

Syntax problem on sysctl with CentOS/RHEL

Open wArren-Huang opened this issue 4 years ago • 2 comments

https://github.com/rancher/k3s-ansible/blob/b508c721ad9de096cc073b8c80bfbaa8ddf6daab/roles/prereq/tasks/main.yml#L35

    name: "{{ items }}"

should be

    name: "{{ item }}"

wArren-Huang avatar May 22 '20 06:05 wArren-Huang

Just hit this issue too

mehstg avatar Jun 10 '20 10:06 mehstg

Fixed in commit 01de3488a27bc62443efe731ee57079f64514e8f. Looks like this can be closed.

jon-stumpf avatar Dec 23 '21 05:12 jon-stumpf