Explorar el Código
matrix-backup-borg - cleanup the .service from the systemd list
pull/1768/head
Aine
hace 3 años
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 34969C908CCA2804
Se han
modificado 1 ficheros con
1 adiciones y
1 borrados
-
roles/matrix-backup-borg/tasks/init.yml
|
|
|
@@ -1,4 +1,4 @@ |
|
|
|
--- |
|
|
|
- set_fact: |
|
|
|
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-backup-borg.service', 'matrix-backup-borg.timer'] }}" |
|
|
|
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-backup-borg.timer'] }}" |
|
|
|
when: matrix_backup_borg_enabled|bool |