From 0ce23b4f80663b8e1d40f1c73786eabf54f395e7 Mon Sep 17 00:00:00 2001 From: Sergey Bubnov Date: Wed, 7 Nov 2018 17:42:57 +0400 Subject: [PATCH] use `yes` in apt-get install --- roles/common/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/common/tasks/main.yml b/roles/common/tasks/main.yml index c996261..708a3a7 100644 --- a/roles/common/tasks/main.yml +++ b/roles/common/tasks/main.yml @@ -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