style(borgbackup): linting

This commit is contained in:
VC
2024-07-05 11:53:13 +02:00
parent 9b3649ea74
commit 2996773e1e
4 changed files with 42 additions and 35 deletions

View File

@@ -1,3 +1,5 @@
---
- set_fact:
borgbackup: borg
when: ansible_facts['distribution'] == "Archlinux"
@@ -6,6 +8,5 @@
when: ansible_facts['distribution'] == "Debian"
- name: install borg package
package:
name: "{{ borgbackup }}"
state: present
# when: ansible_facts['distribution'] == "Debian"
name: "{{ borgbackup }}"
state: present