Skip to content

feat: add user module to create/update/delete grafana users #395

feat: add user module to create/update/delete grafana users

feat: add user module to create/update/delete grafana users #395

Re-run triggered April 9, 2024 16:03
Status Success
Total duration 1m 4s
Artifacts

lint.yaml

on: pull_request
Perform Linting
54s
Perform Linting
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 12 warnings
Perform Linting: changelogs/changelog.yaml#L18
18:7 [indentation] wrong indentation: expected 8 but found 6
Perform Linting: changelogs/changelog.yaml#L27
27:7 [indentation] wrong indentation: expected 8 but found 6
Perform Linting: changelogs/changelog.yaml#L48
48:7 [indentation] wrong indentation: expected 8 but found 6
Perform Linting: changelogs/changelog.yaml#L57
57:7 [indentation] wrong indentation: expected 8 but found 6
Perform Linting: changelogs/changelog.yaml#L60
60:7 [indentation] wrong indentation: expected 8 but found 6
Perform Linting: changelogs/changelog.yaml#L62
62:7 [indentation] wrong indentation: expected 8 but found 6
Perform Linting: changelogs/changelog.yaml#L69
69:7 [indentation] wrong indentation: expected 8 but found 6
Perform Linting: changelogs/changelog.yaml#L75
75:7 [indentation] wrong indentation: expected 8 but found 6
Perform Linting: changelogs/changelog.yaml#L81
81:7 [indentation] wrong indentation: expected 8 but found 6
Perform Linting: changelogs/changelog.yaml#L88
88:7 [indentation] wrong indentation: expected 8 but found 6
meta-runtime[unsupported-version]: meta/runtime.yml#L1
'requires_ansible' key must refer to a currently supported version such as: >=2.14.0, >=2.15.0, >=2.16.0
risky-file-permissions: roles/grafana/tasks/configure.yml#L89
File permissions unset or incorrect.
command-instead-of-shell: roles/grafana_agent/tasks/ga-started.yaml#L18
Use shell only when shell functionality is required.
risky-shell-pipe: roles/grafana_agent/tasks/preflight/download.yaml#L5
Shells that use pipes should set the pipefail option.
risky-shell-pipe: roles/grafana_agent/tasks/preflight/install.yaml#L55
Shells that use pipes should set the pipefail option.
var-naming[no-role-prefix]: roles/grafana_agent/vars/main.yaml#L6
Variables names from within roles should use grafana_agent_ as a prefix. (vars: _download_cpu_arch_map)
var-naming[no-role-prefix]: roles/opentelemetry_collector/defaults/main.yml#L1
Variables names from within roles should use opentelemetry_collector_ as a prefix. (vars: otel_collector_version)
var-naming[no-role-prefix]: roles/opentelemetry_collector/defaults/main.yml#L3
Variables names from within roles should use opentelemetry_collector_ as a prefix. (vars: otel_collector_binary_url)
var-naming[no-role-prefix]: roles/opentelemetry_collector/defaults/main.yml#L5
Variables names from within roles should use opentelemetry_collector_ as a prefix. (vars: arch_mapping)
var-naming[no-role-prefix]: roles/opentelemetry_collector/defaults/main.yml#L12
Variables names from within roles should use opentelemetry_collector_ as a prefix. (vars: otel_collector_arch)
Perform Linting
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@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/.
Perform Linting: .github/dependabot.yml#L6
6:1 [document-start] missing document start "---"
Perform Linting: .github/dependabot.yml#L8
8:30 [comments] too few spaces before comment
Perform Linting: .github/dependabot.yml#L9
9:20 [comments] too few spaces before comment
Perform Linting: .github/workflows/full-integration-test.yml#L65
65:151 [line-length] line too long (255 > 150 characters)
Perform Linting: .github/workflows/roles-test.yml#L89
89:151 [line-length] line too long (196 > 150 characters)
Perform Linting: .github/workflows/modules-test.yml#L88
88:151 [line-length] line too long (161 > 150 characters)
Perform Linting: .github/workflows/modules-test.yml#L92
92:151 [line-length] line too long (243 > 150 characters)
Perform Linting: .github/workflows/modules-test.yml#L97
97:151 [line-length] line too long (161 > 150 characters)
Perform Linting: .github/workflows/release.yml#L86
86:151 [line-length] line too long (161 > 150 characters)
Perform Linting: .github/workflows/release.yml#L90
90:151 [line-length] line too long (243 > 150 characters)
jinja[spacing]: roles/grafana_agent/tasks/install/user-group.yaml#L32
Jinja2 spacing could be improved: {{ [ grafana_agent_user_group ] + grafana_agent_user_groups }} -> {{ \[grafana_agent_user_group] + grafana_agent_user_groups }}