Fix apt problems.

This commit is contained in:
Andreas B. Mundt 2022-03-14 13:45:25 +01:00 committed by Andreas B. Mundt
parent d3e732bc89
commit 5b24073291

View file

@ -36,7 +36,7 @@
command:
cmd: >
chroot . sh -c '/usr/bin/apt-get update &&
/usr/bin/apt-get full-upgrade --yes'
DEBIAN_FRONTEND=noninteractive /usr/bin/apt-get full-upgrade --yes'
args:
chdir: /var/lib/machines/{{ contname }}00
register: cmd_result