monitoring/mqtt_exporter: Install from debian package

This commit is contained in:
polyfloyd 2025-04-27 13:08:31 +02:00
parent bb5f845c1b
commit ee6b8bee5c
9 changed files with 47 additions and 33 deletions

View file

@ -15,7 +15,7 @@
-o /usr/share/keyrings/nodesource.gpg
args:
creates: /usr/share/keyrings/nodesource.gpg
notify: Apt update
notify: apt update
- name: Install nodesource source list
ansible.builtin.template:
@ -24,7 +24,7 @@
owner: root
group: root
mode: 0644
notify: Apt update
notify: apt update
- name: Install nodejs apt preference
ansible.builtin.template:
@ -33,7 +33,7 @@
owner: root
group: root
mode: 0644
notify: Apt update
notify: apt update
- ansible.builtin.meta: flush_handlers