Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions roles/grafana/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,7 @@
name: grafana-server
state: started
enabled: true

- name: Set grafana admin password

Check failure on line 44 in roles/grafana/tasks/main.yaml

View workflow job for this annotation

GitHub Actions / Ansible lint

no-changed-when

Commands should not change things if nothing needs doing.
ansible.builtin.command: >
grafana-cli admin reset-admin-password '{{ grafana__admin_password }}'
Loading