playbook_provision_accesspoints: do not install wifi.lua via ansible

all aps are on firmware that ships with this file.
No need to let ansible install it again
This commit is contained in:
Gregor Michels 2023-01-08 04:13:07 +01:00
parent bd2dd8795e
commit ff623aec65
1 changed files with 0 additions and 15 deletions

View File

@ -12,16 +12,6 @@
notify:
- "reload {{ item | basename }}"
- name: install custom prometheus-node-exporter-lua-wifi
copy:
src: files/wifi.lua
dest: /usr/lib/lua/prometheus-collectors/wifi.lua
owner: root
group: root
mode: 0755
notify:
- restart prometheus-node-exporter-lua
handlers:
- name: reload network
service:
@ -35,8 +25,3 @@
service:
name: system
state: reloaded
- name: restart prometheus-node-exporter-lua
service:
name: prometheus-node-exporter-lua
state: restarted