Skip to content

allow setting access controls for database files #6

allow setting access controls for database files

allow setting access controls for database files #6

Triggered via push January 19, 2025 17:43
Status Failure
Total duration 26s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

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
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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) }}"