From 8d61aac55fd504fa7aee93d514876be82d2a865b Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Thu, 24 Mar 2022 18:29:19 -0400 Subject: [PATCH] run-buildset-registry: Drop extra install packages task It seems like we dropped usage of Python's passlib at some point which made the two lists similar. Since Python 2 is been gone for quite some tiem and the dependencies are the same anyways, we can just drop that extra task and merge it into one. Change-Id: Ifa3d8bd21346a560230fb6de60e985baaaee0a92 --- roles/run-buildset-registry/tasks/main.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/roles/run-buildset-registry/tasks/main.yaml b/roles/run-buildset-registry/tasks/main.yaml index d80e98489..3f96b95c5 100644 --- a/roles/run-buildset-registry/tasks/main.yaml +++ b/roles/run-buildset-registry/tasks/main.yaml @@ -5,16 +5,6 @@ - openssl - socat state: present - when: ansible_python_version is version('3', '<') - -- name: Install packages - become: yes - package: - name: - - openssl - - socat - state: present - when: ansible_python_version is version('3', '>=') - name: Ensure registry volume directories exists file: