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 7ade392 commit e7a8dc5Copy full SHA for e7a8dc5
vagrant/up.bash
@@ -12,7 +12,7 @@ sudo sh -c 'echo "ubuntu ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers' # see https://
12
#echo "------------------"
13
sudo apt install software-properties-common -y
14
sudo add-apt-repository --yes --update ppa:ansible/ansible
15
-sudo apt install ansible=11.5.0-1ppa~noble -y
+sudo apt install ansible=11.10.0-1ppa~noble -y
16
17
#echo "=========================================="
18
#echo "RUNNING PLAYBOOKS WITH ANSIBLE*"
0 commit comments