Skip to content

Commit

Permalink
fix debian package versioning 2
Browse files Browse the repository at this point in the history
  • Loading branch information
sbbroot committed Mar 22, 2022
1 parent 8280d80 commit 64ed541
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansible/playbooks/roles/grafana/defaults/versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ grafana_version: 8.3.2

grafana_package:
Debian:
x86_64: grafana=8.3.2
x86_64: grafana:amd64=8.3.2
RedHat:
aarch64: grafana-8.3.2-1.aarch64
x86_64: grafana-8.3.2-1.x86_64
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
- name: Install Grafana with dependencies
apt:
deb: "{{ _package_name }}"
name: "{{ _package_name }}"
state: present

0 comments on commit 64ed541

Please sign in to comment.