playbook_provision_accesspoints: remove unnecessary statements

since 836436e all aps run on firmware with the correct packages
This commit is contained in:
Gregor Michels 2022-09-28 04:10:46 +02:00
parent e7054c1b64
commit bd42961a8c
1 changed files with 0 additions and 20 deletions

View File

@ -15,22 +15,6 @@
notify:
- "reload {{ item | basename }}"
# current os ships with that package and leaks mac addresses into prometheus
# therefore we nuke it
- name: remove prometheus-node-exporter-lua-hostapd_stations
opkg:
name: prometheus-node-exporter-lua-hostapd_stations
state: absent
notify:
- restart prometheus-node-exporter-lua
- name: uninstall vanilla prometheus-node-exporter-lua-wifi
opkg:
name: prometheus-node-exporter-lua-wifi
state: absent
notify:
- restart prometheus-node-exporter-lua
- name: install custom prometheus-node-exporter-lua-wifi
copy:
src: files/wifi.lua
@ -41,10 +25,6 @@
notify:
- restart prometheus-node-exporter-lua
- name: install iwinfo
opkg:
name: iwinfo
handlers:
- name: reload network
service: