From 084b3e088eb90634015a5f580332f380319c1e50 Mon Sep 17 00:00:00 2001 From: Andrey Limachko Date: Fri, 17 Feb 2023 17:19:23 +0400 Subject: [PATCH] Removed unused packages installation --- roles/common/tasks/main.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/roles/common/tasks/main.yml b/roles/common/tasks/main.yml index b700ea7..73de8b5 100644 --- a/roles/common/tasks/main.yml +++ b/roles/common/tasks/main.yml @@ -59,13 +59,6 @@ - name: update packages list shell: apt-get update -- name: update apt and rpm - apt_rpm: - pkg: - - apt - - rpm - state: installed - - name: downgrade to archive date shell: epm downgrade -y @@ -90,11 +83,6 @@ dest: "/etc/apt/preferences.d/downgrade" when: node.arch == 'e2k' -- name: install common packages - apt_rpm: - pkg: ntpdate,curl - state: installed - - name: install Alterator`s modules apt_rpm: pkg: alterator,alterator-net-eth