monitoring/mqtt_exporter: Install from debian package
Some checks failed
Test / build (push) Failing after 59s
Some checks failed
Test / build (push) Failing after 59s
This commit is contained in:
parent
bb5f845c1b
commit
ee6b8bee5c
9 changed files with 47 additions and 33 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue