-
Notifications
You must be signed in to change notification settings - Fork 52
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
Add support for Ubuntu 24.04 #833
Conversation
ansible community version 10.3 == ansible core version 2.17
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In general LGTM except for the minor comments I added, and the fact that I couldn't test correctly without merge #800.
I get errors like:
NoduleNotFoundError: No module named 'ansible.module_utils.six.moves
with older ansible
like the recommended by current ala-install
or:
ansible.builtin.include has been removed. Use include_tasks or import_tasks instead. This feature was removed from ansible-core in a release after 2023-05-16. Please update your playbooks.
with recent ansible
and ala-install
without #800.
Something like this can be also added for make newserver to work:
|
Thanks! I've added that change in d57c3c7 |
LGTM and can be merged IMHO. I continue adding other issues I detect in #834. |
No description provided.