alfred_travis.yml 298 B

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