Skip to content

Commit f9e7500

Browse files
committed
update ansible
1 parent e07703a commit f9e7500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Vagrant.configure(2) do |config|
1616
gitian.vm.provision "shell", inline: <<-SHELL
1717
sudo echo "deb http://deb.debian.org/debian bullseye main" > /etc/apt/sources.list
1818
sudo apt update
19-
sudo apt install bridge-utils apt-cacher-ng curl gpg sudo ruby qemu-utils python3-cheetah make lxc lintian kpartx gnupg2 git-core debootstrap -y
19+
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
2020
SHELL
2121
gitian.vm.provision "ansible" do |ansible|
2222
ansible.playbook = "gitian.yml"

0 commit comments

Comments
 (0)