This repository was archived by the owner on Oct 7, 2025. It is now read-only.
adding fluent-bit role #3754
ce-provision-lint.yml
on: pull_request
Lint the codebase
1m 50s
Annotations
2 errors and 1 warning
|
Lint the codebase
Process completed with exit code 2.
|
|
schema[vars]:
roles/debian/fluent-bit/defaults/main.yml#L1
$ 'fluent-bit_configuration' does not match any of the regexes: '^(?!(False|None|True|and|any_errors_fatal|as|assert|async|await|become|become_exe|become_flags|become_method|become_user|break|check_mode|class|collections|connection|continue|debugger|def|del|diff|elif|else|environment|except|fact_path|finally|for|force_handlers|from|gather_facts|gather_subset|gather_timeout|global|handlers|hosts|if|ignore_errors|ignore_unreachable|import|in|is|lambda|max_fail_percentage|module_defaults|name|no_log|nonlocal|not|or|order|pass|port|post_tasks|pre_tasks|raise|remote_user|return|roles|run_once|serial|strategy|tags|tasks|throttle|timeout|try|vars|vars_files|vars_prompt|while|with|yield)$)[a-zA-Z_][\\w]*$'. See https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_variables.html
|
|
jinja[spacing]:
roles/aws/aws_admin_tools/tasks/create_methods.yml#L100
Jinja2 spacing could be improved: {{ item.url_params | map('regex_replace', '^(.*)$', '\"\1\": \"$input.params(''\1'')\"') | list }} -> {{ item.url_params | map('regex_replace', '^(.*)$', '\"\1\": \"$input.params(' '\1' ')\"') | list }}
|