style: make ansible-lint happier

This commit is contained in:
VC
2024-07-05 11:53:33 +02:00
parent 332dc0f60a
commit 2728bc28cd
27 changed files with 125 additions and 87 deletions

View File

@@ -1,14 +1,17 @@
---
- hosts: borgbackup
- name: Borgbackup
hosts: borgbackup
diff: true
roles:
- borgbackup
- hosts: borg_client
- name: Borg clients
hosts: borg_client
diff: true
roles:
- borg_client
- hosts: borg_server
- name: Borg server
hosts: borg_server
diff: true
roles:
- borg_server