mirror of
https://github.com/roles-ansible/ansible_role_restic.git
synced 2024-12-11 23:41:32 +01:00
8 lines
203 B
YAML
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"
|