9 lines
184 B
YAML
9 lines
184 B
YAML
---
|
|
- name: Install local Matrix consistency backup jobs
|
|
hosts: matrix
|
|
become: true
|
|
gather_facts: false
|
|
roles:
|
|
- role: matrix_backup
|
|
tags: [matrix, backup, mutating]
|