alfred-json_travis.yml 233 B

1234567
  1. ---
  2. - name : Install alfde-json from source on Travis CI
  3. hosts : localhost
  4. gather_facts : yes
  5. connection : "{{ kitchen_connection | default('local') }}"
  6. roles :
  7. - "ansible-alfred-json"