This adopts old functional tests to be launched with molecule. Patch does not intend to extend or refactor set of existing tests, but to provide a baseline to iterate on and ability to improve coverage with important usecases. Change-Id: Ia93b5adb313d5b930086ce90dafe6a63da092aba Signed-off-by: Dmitriy Rabotyagov <dmitriy.rabotyagov@cleura.com>
14 lines
339 B
YAML
14 lines
339 B
YAML
---
|
|
roles:
|
|
- name: pki
|
|
src: https://opendev.org/openstack/ansible-role-pki
|
|
scm: git
|
|
version: master
|
|
collections:
|
|
- name: community.crypto
|
|
source: https://github.com/ansible-collections/community.crypto
|
|
type: git
|
|
- name: ansible.utils
|
|
source: https://github.com/ansible-collections/ansible.utils
|
|
type: git
|