--- - name: install feeds - libremesh - Add Libremesh feeds blockinfile: path: "{{ openwrt_build_dir }}/feeds.conf" block: "{{ libremesh_feeds }}" register: feeds notify: "update and install feeds"