tripleo-ansible/_skeleton_role_/molecule/default/converge.yml.j2
James Slagle 00092914c4 Update skeleton role
Updates the copyright date to 2022, and the supported CentOS versions to
8 and 9 in the skeleton role.

Change-Id: I2fa62b2a7c128530716f1db2effcf6621d4ca95a
Signed-off-by: James Slagle <jslagle@redhat.com>
2022-05-13 15:22:46 -04:00

22 lines
675 B
Django/Jinja

---
# Copyright 2022 Red Hat, Inc.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
- name: Converge
hosts: all
roles:
- role: "{{ role_name }}"