Skip to content

Commit bc0d647

Browse files
committed
update ansible
1 parent f9e7500 commit bc0d647

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Vagrantfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Vagrant.configure(2) do |config|
1717
sudo echo "deb http://deb.debian.org/debian bullseye main" > /etc/apt/sources.list
1818
sudo apt update
1919
sudo DEBIAN_FRONTEND=noninteractive apt install bridge-utils apt-cacher-ng curl gpg sudo ruby qemu-utils python3-cheetah make lxc lintian kpartx gnupg2 git-core debootstrap -y
20+
sudo DEBIAN_FRONTEND=noninteractive apt install python3-pip -y
21+
sudo pip3 install ruamel.yaml
2022
SHELL
2123
gitian.vm.provision "ansible" do |ansible|
2224
ansible.playbook = "gitian.yml"

0 commit comments

Comments
 (0)