Skip to content

Commit 11faee4

Browse files
author
nadeemshahzad
committed
chore: ubuntu ami
1 parent 0c45bc7 commit 11faee4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

util/jenkins/ansible-provision.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,11 @@ if [[ -z $ami ]]; then
173173
# Ansible will always use Python3 interpreter on Ubuntu 20.04 hosts to execute modules
174174
extra_var_arg+=' -e ansible_python_interpreter=auto'
175175
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
176181
fi
177182

178183
if [[ -z $instance_type ]]; then

0 commit comments

Comments
 (0)