Sfoglia il codice sorgente

Fix indentation

pull/1727/head
Slavi Pantaleev 4 anni fa
committed by GitHub
parent
commit
aa7a143aab
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      docs/configuring-playbook-backup-borg.md

+ 2
- 2
docs/configuring-playbook-backup-borg.md Vedi File

@@ -28,10 +28,10 @@ Minimal working configuration (`inventory/host_vars/matrix.DOMAIN/vars.yml`) to
```yaml
matrix_backup_borg_enabled: true
matrix_backup_borg_repositories:
- USER@HOST:REPO
- USER@HOST:REPO
matrix_backup_borg_encryption_passphrase: "PASSPHRASE"
matrix_backup_borg_ssh_key_private: |
PRIVATE KEY
PRIVATE KEY
```

where:


Caricamento…
Annulla
Salva