various linting fixes #139
Annotations
6 errors and 1 warning
risky-file-permissions:
roles/setup_install_prometheus/tasks/prometheus-tasks.yaml#L4
File permissions unset or incorrect.
|
jinja[invalid]:
roles/setup_install_prometheus/tasks/prometheus-tasks.yaml#L6
An unhandled exception occurred while templating '{{ lookup('url', 'https://api.github.com/repos/prometheus/prometheus/releases/latest', wantlist=True) | json_query('[0].assets[?content_type==`application/gzip`].browser_download_url') | first }}'. Error was a <class 'ansible.errors.AnsibleError'>, original message: You need to install "jmespath" prior to running json_query filter
|
|
jinja[invalid]:
roles/setup_install_prometheus/tasks/prometheus-tasks.yaml#L24
An unhandled exception occurred while templating '{{ lookup('url', 'https://api.github.com/repos/prometheus/prometheus/releases/latest', wantlist=True) | json_query('[0].tag_name') }}'. Error was a <class 'ansible.errors.AnsibleError'>, original message: You need to install "jmespath" prior to running json_query filter
|
risky-shell-pipe:
roles/setup_install_wireguard/tasks/main.yaml#L19
Shells that use pipes should set the pipefail option.
|
build (3.10)
Process completed with exit code 2.
|
build (3.10)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|