alfred-json.yml 215 B

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