ansible-infra/roles/alloy/tasks/install.yaml
chris 4218b59d3b
All checks were successful
/ build (push) Successful in 27s
/ Ansible Lint (push) Successful in 2m27s
fix: alloy role the suites for deb repo must be stable
2026-07-23 22:08:58 +02:00

20 lines
417 B
YAML

---
- name: Add grafana apt repo with signing key
become: true
ansible.builtin.deb822_repository:
name: grafana
types: deb
uris: https://apt.grafana.com
suites: stable
components:
- main
signed_by: https://apt.grafana.com/gpg.key
- name: Run cache update
ansible.builtin.apt:
update_cache: true
- name: Install alloy
become: true
ansible.builtin.package:
name: alloy