@@ -3,64 +3,17 @@ CMD: ansible-lint -f pep8 -x fqcn-builtins
33RC: 2
44
55STDERR:
6- WARNING Listing 50 violation(s) that are fatal
6+ WARNING Listing 5 violation(s) that are fatal
77You can skip specific rules or tags by adding them to your configuration file:
88# .config/ansible-lint.yml
99warn_list: # or 'skip_list' to silence them completely
10- - experimental # all rules tagged as experimental
1110 - load-failure # Failed to load or parse file.
12- - schema # Perform JSON Schema Validation for known lintable kinds.
1311
1412
1513
1614STDOUT:
1715defaults/main/sshd.yml:20: yaml: line too long (143 > 120 characters) (yaml[line-length])
18- meta/main.yml:1: schema: 8 is not one of ['6.1', '7.1', '7.2', 'all'] (schema[meta])
19- molecule/default/verify.yml:1: schema: 'yes' is not of type 'boolean' (schema[playbook])
20- tasks/adduser.yml:1: schema: 'yes' is not of type 'boolean' (schema[tasks])
21- tasks/aide.yml:1: schema: 'yes' is not of type 'boolean' (schema[tasks])
22- tasks/apparmor.yml:1: schema: 'yes' is not of type 'boolean' (schema[tasks])
23- tasks/apport.yml:1: schema: 'yes' is not of type 'boolean' (schema[tasks])
24- tasks/auditd.yml:1: schema: 'yes' is not of type 'boolean' (schema[tasks])
2516tasks/auditd.yml:21: yaml: line too long (122 > 120 characters) (yaml[line-length])
26- tasks/compilers.yml:1: schema: 'yes' is not of type 'boolean' (schema[tasks])
27- tasks/cron.yml:1: schema: 'yes' is not of type 'boolean' (schema[tasks])
28- tasks/ctrlaltdel.yml:1: schema: 'yes' is not of type 'boolean' (schema[tasks])
29- tasks/disablefs.yml:1: schema: 'yes' is not of type 'boolean' (schema[tasks])
30- tasks/disablemod.yml:1: schema: 'yes' is not of type 'boolean' (schema[tasks])
31- tasks/disablenet.yml:1: schema: 'yes' is not of type 'boolean' (schema[tasks])
32- tasks/disablewireless.yml:1: schema: 'yes' is not of type 'boolean' (schema[tasks])
33- tasks/extras.yml:1: schema: 'yes' is not of type 'boolean' (schema[tasks])
34- tasks/firewall.yml:1: schema: 'yes' is not of type 'boolean' (schema[tasks])
35- tasks/fstab.yml:1: schema: 'yes' is not of type 'boolean' (schema[tasks])
36- tasks/hosts.yml:1: schema: 'yes' is not of type 'boolean' (schema[tasks])
37- tasks/issue.yml:1: schema: 'yes' is not of type 'boolean' (schema[tasks])
38- tasks/journalconf.yml:1: schema: 'yes' is not of type 'boolean' (schema[tasks])
39- tasks/limits.yml:1: schema: 'yes' is not of type 'boolean' (schema[tasks])
40- tasks/lockroot.yml:1: schema: 'yes' is not of type 'boolean' (schema[tasks])
41- tasks/logindconf.yml:1: schema: 'yes' is not of type 'boolean' (schema[tasks])
42- tasks/logindefs.yml:1: schema: 'yes' is not of type 'boolean' (schema[tasks])
43- tasks/motdnews.yml:1: schema: 'yes' is not of type 'boolean' (schema[tasks])
44- tasks/mount.yml:1: schema: 'yes' is not of type 'boolean' (schema[tasks])
45- tasks/packagemgmt.yml:1: schema: 'yes' is not of type 'boolean' (schema[tasks])
4617tasks/packagemgmt.yml:164: yaml: line too long (129 > 120 characters) (yaml[line-length])
4718tasks/packagemgmt.yml:192: yaml: line too long (162 > 120 characters) (yaml[line-length])
48- tasks/packages.yml:1: schema: 'yes' is not of type 'boolean' (schema[tasks])
49- tasks/password.yml:1: schema: 'yes' is not of type 'boolean' (schema[tasks])
50- tasks/path.yml:1: schema: 'yes' is not of type 'boolean' (schema[tasks])
51- tasks/post.yml:1: schema: 'yes' is not of type 'boolean' (schema[tasks])
52- tasks/postfix.yml:1: schema: 'yes' is not of type 'boolean' (schema[tasks])
53- tasks/pre.yml:1: schema: 'yes' is not of type 'boolean' (schema[tasks])
54- tasks/prelink.yml:1: schema: 'yes' is not of type 'boolean' (schema[tasks])
55- tasks/resolvedconf.yml:1: schema: 'yes' is not of type 'boolean' (schema[tasks])
56- tasks/rkhunter.yml:1: schema: 'yes' is not of type 'boolean' (schema[tasks])
57- tasks/rootaccess.yml:1: schema: 'yes' is not of type 'boolean' (schema[tasks])
58- tasks/sshconfig.yml:1: schema: 'yes' is not of type 'boolean' (schema[tasks])
59- tasks/sudo.yml:1: schema: 'yes' is not of type 'boolean' (schema[tasks])
60- tasks/suid.yml:1: schema: 'yes' is not of type 'boolean' (schema[tasks])
61- tasks/sysctl.yml:1: schema: 'yes' is not of type 'boolean' (schema[tasks])
62- tasks/systemdconf.yml:1: schema: 'yes' is not of type 'boolean' (schema[tasks])
63- tasks/timesyncd.yml:1: schema: 'yes' is not of type 'boolean' (schema[tasks])
64- tasks/umask.yml:1: schema: 'yes' is not of type 'boolean' (schema[tasks])
65- tasks/users.yml:1: schema: 'yes' is not of type 'boolean' (schema[tasks])
6619templates/usr/share/dict/passwords.list.j2:1: load-failure: 'utf-8' codec can't decode byte 0xc3 in position 104779: invalid continuation byte (load-failure[unicodedecodeerror])
0 commit comments