We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Playbook deployed DB Cluster on Debian 12 without error, but with Ubuntu 24 consisted of 3 nodes giving this error:
TASK [packages : Install system packages] ****************************************************************************************** fatal: [192.168.99.114]: FAILED! => {"msg": "["{{ os_specific_packages[ansible_distribution ~ '-' ~ ansible_distribution_major_version] }}", 'python3', 'python3-dev', 'python3-psycopg2', 'python3-setuptools', 'python3-pip', 'curl', 'less', 'sudo', 'vim', 'gcc', 'jq', 'iptables', 'acl', 'dnsutils']: 'dict object' has no attribute 'Ubuntu-24'"} fatal: [192.168.99.113]: FAILED! => {"msg": "["{{ os_specific_packages[ansible_distribution ~ '-' ~ ansible_distribution_major_version] }}", 'python3', 'python3-dev', 'python3-psycopg2', 'python3-setuptools', 'python3-pip', 'curl', 'less', 'sudo', 'vim', 'gcc', 'jq', 'iptables', 'acl', 'dnsutils']: 'dict object' has no attribute 'Ubuntu-24'"} fatal: [192.168.99.115]: FAILED! => {"msg": "["{{ os_specific_packages[ansible_distribution ~ '-' ~ ansible_distribution_major_version] }}", 'python3', 'python3-dev', 'python3-psycopg2', 'python3-setuptools', 'python3-pip', 'curl', 'less', 'sudo', 'vim', 'gcc', 'jq', 'iptables', 'acl', 'dnsutils']: 'dict object' has no attribute 'Ubuntu-24'"} ...
The text was updated successfully, but these errors were encountered:
Ubuntu 24.04 is not supported yet
See Supported Linux Distributions
Related #642
Sorry, something went wrong.
No branches or pull requests
Playbook deployed DB Cluster on Debian 12 without error, but with Ubuntu 24 consisted of 3 nodes giving this error:
The text was updated successfully, but these errors were encountered: