main.yml 145 B

12345
  1. ---
  2. - name: update and install feeds
  3. shell: ./scripts/feeds update -a; ./scripts/feeds install -a
  4. args:
  5. chdir: "{{ openwrt_build_dir }}"