Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for collections as dependencies #2609

Merged
merged 6 commits into from
Mar 29, 2020

Commits on Mar 28, 2020

  1. Add support for collections as dependencies

    Enhance the ansible_galaxy dependency to understand collections options
    in addition to roles directly.
    greg-hellings committed Mar 28, 2020
    Configuration menu
    Copy the full SHA
    b7ddd10 View commit details
    Browse the repository at this point in the history
  2. Fix linting problems

    greg-hellings committed Mar 28, 2020
    Configuration menu
    Copy the full SHA
    3b04d61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49a463e View commit details
    Browse the repository at this point in the history
  4. Set reasonable default ANSIBLE_COLLECTIONS_PATHS

    When the current role is part of a collection, set the collection
    search path for ANSIBLE to the parent collection, so that any playbooks
    referencing collections within the same namespace can do their job
    appropriately
    greg-hellings committed Mar 28, 2020
    Configuration menu
    Copy the full SHA
    76cb44f View commit details
    Browse the repository at this point in the history
  5. Fix Python 27 failures

    greg-hellings committed Mar 28, 2020
    Configuration menu
    Copy the full SHA
    4ca9044 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6bfea5d View commit details
    Browse the repository at this point in the history