Skip to content

add migration message, upgrading min ansible requirement to 2.18 #540

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

Merged
merged 3 commits into from
Mar 8, 2025

Conversation

artis3n
Copy link
Owner

@artis3n artis3n commented Mar 8, 2025

Add a WARNING at end of role execution about the new collection, https://github.com/artis3n/ansible-collection-tailscale.

The only real option to do that with ansible is the meta module, and the only module option prior to ansible-core 2.18 is end_play. But I didn't want this role forcing the end of an end user's playbook. So this PR also sets the minimum Ansible requirement for to 2.18, which is when the end_role option for meta was added. This ends the current role only.

This will be released as a major version bump, as ansible-core 2.18 is only available in ansible 11.x.

@artis3n artis3n merged commit ad7f514 into main Mar 8, 2025
20 of 30 checks passed
@artis3n artis3n deleted the collection-announcement branch March 8, 2025 16:30
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.

1 participant