$ vagrant up
Bringing machine 'source' up with 'virtualbox' provider...
Bringing machine 'sink' up with 'virtualbox' provider...
...
==> sink: Running provisioner: ansible...
sink: Running ansible-playbook...
ERROR! role definitions must contain a role name
The error appears to have been in '/Users/nallen/Development/incubator-metron/metron-deployment/vagrant/fastcapa-test-platform/playbook.yml': line 30, column 7, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
- { role: sensor-test-mode, pcap_replay: True, install_yaf: False, install_snort: False }
- service: name=pcap-replay state=started
^ here
Ansible failed to complete successfully. Any error output should be
visible above. Please fix these errors and try again.