Skip to content
Snippets Groups Projects

Master: update includes the additon of ubuntu Linux distribution focal/22.04 and minor change solving system docker image to work with Colima and Rancher

Merged Remy Mudingay requested to merge remymudingay/cookiecutter-ics-ans-role:master into master
Files
4
@@ -6,9 +6,15 @@ galaxy_info:
license: BSD
min_ansible_version: 2.7
platforms:
{%- if 'ubuntu' in cookiecutter.molecule_instance %}
- name: Ubuntu
versions:
- jammy
{%- else %}
- name: CentOS
versions:
- 7
{%- endif %}
{%- if cookiecutter.has_dependencies == 'y' %}
dependencies:
- role: ics-ans-role-xxxxx
Loading