[TIDY] Set some "diff: false", fix linter warnings

This commit is contained in:
Jannik Beyerstedt 2023-04-28 23:25:21 +02:00
parent f97ef4dee6
commit fe97b0ae76
19 changed files with 189 additions and 175 deletions

View file

@ -7,13 +7,14 @@
# For all other Debian versions, simply install borgbackup
- name: borgbackup - Install borgbackup
- name: Borgbackup - Install borgbackup
when:
- borgbackup_passphrase is defined
- borgbackup_repo is defined
- borgbackup_hostname is defined
- ansible_distribution_release != 'stretch'
become: yes
become: true
ansible.builtin.apt:
name: borgbackup
state: present
diff: false