debian.yml 204 B

12345
  1. - include_vars: "{{ ansible_distribution }}-{{ ansible_distribution_release }}.yml"
  2. - name: Ensure Alfred build deps are installed
  3. apt: name={{item}} state=present
  4. with_items: "{{alfred_build_deps}}"