Skip to content

Commit 458243b

Browse files
ci (cloud-init.ubuntu.yml): install python 3.11.11
1 parent 3c38a5b commit 458243b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cloud-init/cloud-init.ubuntu.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ runcmd:
8181
- touch /var/log/ansible.log
8282
- chown ansible:ansible /var/log/ansible.log
8383
- chmod 0777 /var/log/ansible.log
84+
- apt-get update
85+
- apt-get install -y python3.11=3.11.11-1+jammy1 python3.11-dev=3.11.11-1+jammy1
8486
# * smoke test
8587
# - ansible all -m ping -i /etc/ansible/hosts
8688

0 commit comments

Comments
 (0)