Skip to content

Commit

Permalink
fix: message argument of dashboard task (#256)
Browse files Browse the repository at this point in the history
Co-authored-by: Ishan Jain <[email protected]>
  • Loading branch information
Nemental and ishanjainn authored Oct 19, 2024
1 parent 3614c5f commit efbbbd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/grafana/tasks/dashboards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
grafana_user: "{{ grafana_security.admin_user }}"
grafana_password: "{{ grafana_security.admin_password }}"
path: "{{ item }}"
message: "Updated by ansible role {{ ansible_role_name }}"
commit_message: "Updated by ansible role {{ ansible_role_name }}"
state: present
overwrite: true
no_log: "{{ 'false' if lookup('env', 'CI') else 'true' }}"
Expand Down

0 comments on commit efbbbd1

Please sign in to comment.