moving to molecule
This commit is contained in:
10
molecule/fedora/converge.yml
Normal file
10
molecule/fedora/converge.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
# Purpose: bring the instance to the desired state by running the role under test.
|
||||
# Molecule calls this playbook with `molecule converge`.
|
||||
- name: Converge
|
||||
hosts: all
|
||||
gather_facts: true # Disable if your role does not rely on facts
|
||||
tasks:
|
||||
- name: Apply role under test
|
||||
ansible.builtin.include_role:
|
||||
name: yournamespace.yourcollection.yourrole
|
||||
Reference in New Issue
Block a user