Project

Profile

Help

Story #4764

Updated by bmbouter almost 5 years ago

The user should be able to sync down one or more {namespace}.{name} Collections similar to what mazer installs here:    https://galaxy.ansible.com/docs/mazer/examples.html#installing-repositories-with-multiple-roles 

 h3. Solution 

 Add a CollectionRemote and give it a 'white_list' attribute. This attribute accepts the same argument value as the `mazer install` command. Specifically it accepts one or more namespace.name items, and an optional version string. If version string is unspecified, the latest is downloaded. If a version string is specified, that version is downloaded. details are TBD

Back