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:
parent
65a3a8245b
commit
8d61aac55f
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user