Skip to content

Commit

Permalink
feat: ubuntu 20.04 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
nadeemshahzad committed Oct 31, 2024
1 parent e817156 commit 793d37e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# make upgrade
#
ansible==2.10.7
ansible==3.0.0
# via -r requirements/base.in
ansible-base==2.10.17
ansible-base==3.0.0
# via ansible
awscli==1.32.2
# via -r requirements/base.in
Expand Down
4 changes: 2 additions & 2 deletions util/jenkins/ansible-provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ fi
if [[ -z $ami ]]; then
if [[ $server_type == "full_edx_installation" ]]; then
ami="ami-0644020c3c81d30ba"
elif [[ $server_type == "ubuntu_18.04" ]]; then
ami="ami-07ebfd5b3428b6f4d"
elif [[ $server_type == "ubuntu_24.04" ]]; then
ami="ami-0866a3c8686eaeeba"
elif [[ $server_type == "ubuntu_20.04" || $server_type == "full_edx_installation_from_scratch" ]]; then
ami="ami-089b5711e63812c2a"
# Ansible will always use Python3 interpreter on Ubuntu 20.04 hosts to execute modules
Expand Down

0 comments on commit 793d37e

Please sign in to comment.