aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/kubernetes/roles/setup-k8s-network/files/apt.conf
blob: bd8929db41161dea87f5486fa41807347ed18eb1 (plain)
1
2
3
4
APT::Get::Assume-Yes "true";
APT::Get::force-yes "true";
APT::Get::AllowUnauthenticated "true";