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
This commit is contained in:
Mohammed Naser 2022-03-24 18:29:19 -04:00
parent 65a3a8245b
commit 8d61aac55f

View File

@ -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: