mirror of
https://github.com/borgbase/ansible-role-borgbackup.git
synced 2026-05-01 23:07:06 +02:00
fixes some linting and ansible warnings
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
---
|
||||
skip_list:
|
||||
- fqcn-builtins
|
||||
- var-naming[no-role-prefix]
|
||||
@@ -4,10 +4,13 @@
|
||||
tasks:
|
||||
- name: Ensure Borgmatic is installed correctly
|
||||
command: borgmatic --version
|
||||
changed_when: false
|
||||
|
||||
- name: Ensure Borg is installed correctly
|
||||
command: borgmatic borg --version
|
||||
changed_when: false
|
||||
|
||||
- name: Ensure produced YAML is valid
|
||||
command: |
|
||||
yamllint -d "{extends: relaxed, rules: {line-length: {max: 120}}}" /etc/borgmatic/config.yaml
|
||||
changed_when: false
|
||||
|
||||
Reference in New Issue
Block a user