Fix apt problems.
This commit is contained in:
parent
d3e732bc89
commit
5b24073291
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
||||||
command:
|
command:
|
||||||
cmd: >
|
cmd: >
|
||||||
chroot . sh -c '/usr/bin/apt-get update &&
|
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:
|
args:
|
||||||
chdir: /var/lib/machines/{{ contname }}00
|
chdir: /var/lib/machines/{{ contname }}00
|
||||||
register: cmd_result
|
register: cmd_result
|
||||||
|
|
Loading…
Add table
Reference in a new issue