install_feeds_libremesh.yml 212 B

1234567
  1. ---
  2. - name: install feeds - libremesh - Add Libremesh feeds
  3. blockinfile:
  4. path: "{{ openwrt_build_dir }}/feeds.conf"
  5. block: "{{ libremesh_feeds }}"
  6. register: feeds
  7. notify: "update and install feeds"