ansible/test/integration/galaxy_playbook.yml
Will Thames ada9074276 Allow installation of roles from yaml roles file
Added docs
Added more tests
Improved how roles are returned from the parsers
2014-08-21 17:15:23 -04:00

8 lines
114 B
YAML

- hosts: localhost
connection: local
roles:
- "git-ansible-galaxy"
- "http-role"
- "hg-ansible-galaxy"