We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c45bc7 commit 11faee4Copy full SHA for 11faee4
util/jenkins/ansible-provision.sh
@@ -173,6 +173,11 @@ if [[ -z $ami ]]; then
173
# Ansible will always use Python3 interpreter on Ubuntu 20.04 hosts to execute modules
174
extra_var_arg+=' -e ansible_python_interpreter=auto'
175
fi
176
+ elif [[ $server_type == "ubuntu_24.04" ]]; then
177
+ ami="ami-04b4f1a9cf54c11d0"
178
+ # Ansible will always use Python3 interpreter on Ubuntu 24.04 hosts to execute modules
179
+ extra_var_arg+=' -e ansible_python_interpreter=auto'
180
+ fi
181
182
183
if [[ -z $instance_type ]]; then
0 commit comments