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

Refactor galaxy dependency installations #4383

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Refactor galaxy dependency installations #4383

wants to merge 1 commit into from

Conversation

ssbarnea
Copy link
Member

@ssbarnea ssbarnea commented Jan 28, 2025

  • Removes feature that allowed custom requirements files for roles and collections.
  • If 'requirements.yml` file is found near scenario, it will be installed
  • ansible-dev-environment is used to install requirements.yml as
    this takes care of all: collections, roles and python dependencies,
    all in isolated environment.

- Removes features to define custom requirements files for roles and
  collections.
- If 'requirements.yml` is present, it will be installed
- ansible-dev-environment is used to install requirements.yml as
  this supports both all: collections, roles and python dependencies,
  all in isolated environment.
@ssbarnea ssbarnea requested a review from a team as a code owner January 28, 2025 10:59
@ssbarnea ssbarnea added the major label Jan 28, 2025
@ssbarnea ssbarnea marked this pull request as draft January 28, 2025 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

1 participant