mirror of
https://github.com/roles-ansible/ansible_role_restic/
synced 2024-11-06 03:43:31 +01:00
5d1b9dc53c
* add: galaxy action * fix var name * run galaxy on very commit * add: molecule action * add: matrix * remove travis * add editor config * beautify * add linter * ansible dir * add: tests * package ecosystem * fix filename * fix
8 lines
187 B
YAML
8 lines
187 B
YAML
---
|
|
# This is an example playbook to execute Ansible tests.
|
|
- name: Verify
|
|
hosts: all
|
|
tasks:
|
|
- name: "Include test_alpha-services"
|
|
include_role:
|
|
name: "test_restic"
|