Use CA path instead of file #5
Annotations
10 errors and 4 warnings
yaml[truthy]:
.github/workflows/main.yml#L2
Truthy value should be one of \[false, true]
|
name[casing]:
handlers/main.yml#L2
All names should start with an uppercase letter.
|
no-free-form:
handlers/main.yml#L2
Avoid using free-form when calling module actions. (ansible.builtin.service)
|
name[casing]:
handlers/main.yml#L5
All names should start with an uppercase letter.
|
no-free-form:
handlers/main.yml#L5
Avoid using free-form when calling module actions. (ansible.builtin.service)
|
name[casing]:
handlers/main.yml#L8
All names should start with an uppercase letter.
|
no-changed-when:
handlers/main.yml#L8
Commands should not change things if nothing needs doing.
|
name[casing]:
handlers/main.yml#L14
All names should start with an uppercase letter.
|
no-changed-when:
handlers/main.yml#L14
Commands should not change things if nothing needs doing.
|
name[casing]:
handlers/main.yml#L20
All names should start with an uppercase letter.
|
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
jinja[spacing]:
tasks/postfix.yml#L17
Jinja2 spacing could be improved: {{ dict( _postfix_config_defaults.stdout_lines | map('regex_replace', '^(\w+ =)$', '\1 ') | map('split', ' = ', 1)) }} -> {{ dict(_postfix_config_defaults.stdout_lines | map('regex_replace', '^(\w+ =)$', '\1 ') | map('split', ' = ', 1)) }}
|
jinja[spacing]:
tasks/postfix.yml#L62
Jinja2 spacing could be improved: postmap "{{ '%s:%s'|format(item.item.value.type, item.item.key) }}" -> postmap "{{ '%s:%s' | format(item.item.value.type, item.item.key) }}"
|
jinja[spacing]:
tasks/postfix.yml#L80
Jinja2 spacing could be improved: postalias "{{ '%s:%s'|format(item.item.type, item.item.file) }}" -> postalias "{{ '%s:%s' | format(item.item.type, item.item.file) }}"
|