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

collection: EOL of ansible-core 2.13 on November 26, 2023 #507

Closed
berndfinger opened this issue Nov 2, 2023 · 3 comments
Closed

collection: EOL of ansible-core 2.13 on November 26, 2023 #507

berndfinger opened this issue Nov 2, 2023 · 3 comments
Assignees

Comments

@berndfinger
Copy link
Member

So we have to change our meta/runtime.yml files to 2.14.
At the same time, we should also change move from ansible-lint version 6.8.6 to the lastest version, which currently is 6.21.1. Depending on the amount of changes required for ansible-lint, we can maybe do these changes in one PR.

@berndfinger berndfinger self-assigned this Nov 2, 2023
@berndfinger
Copy link
Member Author

Let's use 2.12 for the community version, to increase the amount of supported releases for control nodes and use 2.14 only in the downstream version which is uploaded to Automation Hub.

@berndfinger
Copy link
Member Author

Just FYI - I have used:

cd (collection root)
(modified meta/runtime.yml)
find roles -name runtime.yml -exec echo cp meta/runtime.yml {} \; -print
find roles -name runtime.yml -exec cp meta/runtime.yml {} \; -print
find . -name runtime.yml -exec cat {} \; -print

to make the changes and verify the correct settings.

berndfinger added a commit to berndfinger/community.sap_install that referenced this issue Nov 24, 2023
berndfinger added a commit to berndfinger/community.sap_install that referenced this issue Nov 28, 2023
This commit adds the file meta/runtime.yml to all those roles for which
it was missing.

Finally solves issue sap-linuxlab#507.
@berndfinger
Copy link
Member Author

Solved with #540.

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

No branches or pull requests

1 participant