ansible_role_restic/molecule/default/verify.yml
2022-10-06 15:06:46 +02:00

8 lines
203 B
YAML

---
# This is an example playbook to execute Ansible tests.
- name: Verify
hosts: all
tasks:
- name: "Include test_alpha-services"
ansible.builtin.include_role:
name: "test_restic"