mirror of
https://github.com/borgbase/ansible-role-borgbackup.git
synced 2025-03-12 00:15:37 +01:00
7 lines
97 B
YAML
7 lines
97 B
YAML
|
---
|
||
|
- name: Verify
|
||
|
hosts: all
|
||
|
tasks:
|
||
|
- name: Example assertion
|
||
|
assert:
|
||
|
that: true
|