Remove useless tasks from borgmatic_client

remove_old_db_servers
jeltz 3 years ago
parent 96a498c6de
commit 37582abfe1

@ -12,19 +12,8 @@
- src: apt/preferences.j2
dest: /etc/apt/preferences.d/borgmatic-bullseye
when:
- ansible_distribution == "Debian"
- ansible_distribution_major_version | int <= 10
- name: Don't pin borgmatic if we are on bullseye
file:
path: "/etc/apt/{{ item }}"
state: absent
loop:
- sources.list.d/bullseye.list
- preferences.d/borgmatic-bullseye
when:
- ansible_distribution == "Debian"
- ansible_distribution_release == "bullseye"
- "ansible_distribution == 'Debian'"
- "ansible_distribution_major_version in ('stretch', 'buster')"
- name: Install borgmatic
apt:
@ -119,12 +108,6 @@
state: started
enabled: true
- name: Start and enable borgmatic service
systemd:
name: borgmatic.service
state: started
enabled: true
- include_role:
name: update_motd
vars:

Loading…
Cancel
Save