diff --git a/README.md b/README.md index e7c8afe..222edd4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![CI](https://github.com/redhat-cop/ocpv_lab/actions/workflows/ci.yml/badge.svg?event=status)](https://github.com/redhat-cop/ocpv_lab/actions/workflows/ci.yml) [![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8292/badge)](https://www.bestpractices.dev/en/projects/8292) + # Ansible Middleware OpenShift Virtualization Lab Using OpenShift Virtualization as an environment for hosting Virtual Machines that are provisioned, configured and maintained using Ansible and tooling from the Ansible Middleware project. diff --git a/meta/runtime.yml b/meta/runtime.yml index c160587..279cb54 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -1 +1,3 @@ -requires_ansible: ">=2.9.10" \ No newline at end of file +# runtime.yml +--- +requires_ansible: ">=2.14.0" \ No newline at end of file diff --git a/requirements.yml b/requirements.yml index f4c87be..3a81424 100644 --- a/requirements.yml +++ b/requirements.yml @@ -1,8 +1,8 @@ --- collections: - name: kubernetes.core - version: 2.4.0 + version: ">=2.4.0" - name: ansible.posix - version: 1.4.0 + version: ">=1.4.0" - name: ansible.controller - name: infra.controller_configuration \ No newline at end of file