infra_public/roles/stable/build/tasks/install_feeds_libremesh.yml

8 lines
212 B
YAML
Raw Normal View History

2022-12-10 18:52:41 +01:00
---
- name: install feeds - libremesh - Add Libremesh feeds
blockinfile:
path: "{{ openwrt_build_dir }}/feeds.conf"
block: "{{ libremesh_feeds }}"
register: feeds
notify: "update and install feeds"