From 63552d3277a5da517a1d7ae44c84d08cb9eca64c Mon Sep 17 00:00:00 2001 From: Evgeny Sinelnikov Date: Thu, 28 Mar 2019 18:14:30 +0400 Subject: [PATCH] Install rpm and rpm before dist-upgrade --- roles/common/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/common/tasks/main.yml b/roles/common/tasks/main.yml index 34bacdf..4535e25 100644 --- a/roles/common/tasks/main.yml +++ b/roles/common/tasks/main.yml @@ -41,6 +41,7 @@ - name: update with tasks repos shell: | apt-get update + apt-get install apt rpm -yq apt-get dist-upgrade -yq when: stack.apt_sources_from_tasks is defined and stack.apt_sources_from_tasks | length > 0