Skip to content

Commit

Permalink
Add Foxglove studio
Browse files Browse the repository at this point in the history
  • Loading branch information
f0reachARR committed Oct 30, 2024
1 parent 8adbbce commit 2e67b3c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ansible/roles/foxglove/tasks/main.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- name: Install Foxglove Studio
ansible.builtin.apt:
deb: https://get.foxglove.dev/desktop/latest/foxglove-studio-2.15.1-linux-amd64.deb

- name: Update Foxglove Studio
ansible.builtin.apt:
name:
- foxglove-studio
state: latest
update_cache: true

0 comments on commit 2e67b3c

Please sign in to comment.