You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

00_dep.yaml 271 B

12345678910111213141516
  1. ---
  2. - name: Install Dependencies
  3. apt:
  4. name: "{{ item }}"
  5. loop:
  6. - libusb-1.0-0-dev
  7. - ninja-build
  8. - cmake
  9. - build-essential
  10. - libxml2-dev
  11. - bison
  12. - flex
  13. - libcdk5-dev
  14. - libaio-dev
  15. - libserialport-dev
  16. - libavahi-client-dev