use yes in apt-get install

This commit is contained in:
Sergey Bubnov 2018-11-07 17:42:57 +04:00
parent 529e09583b
commit 0ce23b4f80

View File

@ -41,7 +41,7 @@
- name: update with tasks repos
shell: |
apt-get update
apt-get dist-upgrade
apt-get dist-upgrade -yq
when: stack.apt_sources_from_tasks is defined
- name: allow apt downgrade packages