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

Fixes issue in collection_remotes module where the requirements could not be blanked out #420

Merged
merged 2 commits into from
Aug 5, 2024

Conversation

Tompage1994
Copy link
Contributor

What does this PR do?

Fixes issue where the [] which might be set against the requiremnets option is ignored.

How should this be tested?

Attempt to remove requirements from a remote as follows:

- name: Delete requirements
      infra.ah_configuration.collection_remote:
        name: test
        url: https://galaxy.ansible.com
        requirements: []

Is there a relevant Issue open for this?

resolves #413

Other Relevant info, PRs, etc

@Tompage1994 Tompage1994 requested a review from djdanielsson July 19, 2024 15:27
Copy link
Contributor

@djdanielsson djdanielsson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@djdanielsson djdanielsson merged commit 79655f0 into ansible:devel Aug 5, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to remove requirements.yml from a remote.
2 participants