Add missing roles to requirements.yml

ansible-config_template is a dependency of the systemd_service role,
but it needs to be installed explicitly. Also the pki role is needed
when installing a cluster.

Change-Id: I2da30cf79cd269847a6c7db0b2e035e5e183f194
This commit is contained in:
Dr. Jens Harbott 2024-11-28 12:59:38 +01:00
parent 42a14cdceb
commit 15beae0053

View File

@ -1,6 +1,15 @@
---
collections:
- name: https://opendev.org/openstack/ansible-config_template
version: master
type: git
roles:
- name: pki
src: https://opendev.org/openstack/ansible-role-pki
scm: git
version: master
- name: systemd_service
src: https://opendev.org/openstack/ansible-role-systemd_service
scm: git