7 lines
145 B
YAML
7 lines
145 B
YAML
|
# This Ansible playbook runs test plays to ensure the role works.
|
||
|
---
|
||
|
- name: Test role.
|
||
|
hosts: localhost
|
||
|
roles:
|
||
|
- ansible-role-radicale
|