alfred_pure.yml 328 B

12345678910
  1. ---
  2. - name : Install and configure alfred without alfred-gpsd or batadv-vis
  3. hosts : all
  4. gather_facts : yes
  5. connection : "{{ kitchen_connection | default('local') }}"
  6. vars :
  7. alfred_gps: false
  8. alfred_vis: false
  9. roles :
  10. - "ansible-alfred"