mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
46b59b02ed
* Roles can now be given a friendly name as third field in role spec csv * Roles can be installed from URL (not just from archived SCMs) * Integration tests to demonstrate this * Unit tests to ensure that role spec parsing works as expected
6 lines
90 B
YAML
6 lines
90 B
YAML
- hosts: localhost
|
|
connection: local
|
|
|
|
roles:
|
|
- "git-ansible-galaxy"
|
|
- "http-role"
|