add molecule testing against centos:7

This commit is contained in:
2022-08-05 09:38:26 +07:00
parent ee125e0a85
commit 066d6daa6a
5 changed files with 135 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
---
- name: Converge
hosts: all
tasks:
- name: "Include netology_devops_vector"
ansible.builtin.include_role:
name: "dannc.netology_devops_vector"