Skip to content

Commit e7a8dc5

Browse files
committed
Bump ansible to 11.10.0-1ppa~noble (#421)
1 parent 7ade392 commit e7a8dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vagrant/up.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ sudo sh -c 'echo "ubuntu ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers' # see https://
1212
#echo "------------------"
1313
sudo apt install software-properties-common -y
1414
sudo add-apt-repository --yes --update ppa:ansible/ansible
15-
sudo apt install ansible=11.5.0-1ppa~noble -y
15+
sudo apt install ansible=11.10.0-1ppa~noble -y
1616

1717
#echo "=========================================="
1818
#echo "RUNNING PLAYBOOKS WITH ANSIBLE*"

0 commit comments

Comments
 (0)