mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2025-12-28 19:52:40 +01:00
Since ansible-base 2.10 (later ansible-core), FQCN is the new way to go. Updated .ansible-lint with a production profile and removed fqcn in skip_list. Updated .yamllint with rules needed. Ran ansible-lint --fix=all, then manually applied some minor changes.
5 lines
125 B
YAML
5 lines
125 B
YAML
---
|
|
secure_path:
|
|
RedHat: /sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin
|
|
Suse: /usr/sbin:/usr/bin:/sbin:/bin:/usr/local/bin
|