Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

use all instead of any for PlatformVersionsEnum #96

Merged
merged 1 commit into from
Dec 16, 2021

Conversation

ziegenberg
Copy link
Collaborator

@ziegenberg ziegenberg commented Dec 9, 2021

ansible-galaxy uses the value all when creating the initial meta/main.yml. And also reading the galaxy source suggests that all should be used and any isn't considered a valid value:

Fixes #81

ansible-galaxy uses the value `all` when creating the initial meta/main.yml.
And also reading the galaxy source suggests that `all` should be used and
`any` isn't considered a valid value.

Fixes #81

Signed-off-by: Daniel Ziegenberg <[email protected]>
@ziegenberg ziegenberg requested a review from webknjaz as a code owner December 9, 2021 21:33
@ssbarnea ssbarnea added the bug Something isn't working label Dec 16, 2021
@ssbarnea ssbarnea merged commit 83b36ee into ansible:main Dec 16, 2021
@ziegenberg ziegenberg deleted the fix-enum-value-for-ansible-meta branch December 16, 2021 16:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ansible-meta: 'all' not accepted as value for Enum
2 participants