mirror of
https://github.com/Dannecron/netology-devops-ansible-vector.git
synced 2025-12-25 22:42:34 +03:00
add molecule testing against centos:7
This commit is contained in:
7
molecule/default/converge.yml
Normal file
7
molecule/default/converge.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: Converge
|
||||
hosts: all
|
||||
tasks:
|
||||
- name: "Include netology_devops_vector"
|
||||
ansible.builtin.include_role:
|
||||
name: "dannc.netology_devops_vector"
|
||||
Reference in New Issue
Block a user