style(borgbackup): linting
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user