install-borg: bump to latest version

Since we haven't used this anywhere yet, let's start with the latest
version.

Fix role matching for job too.

Change-Id: I22620fc7ade8fbdb664100ef6b6ab98c93d6104f
This commit is contained in:
Ian Wienand 2020-10-12 14:33:04 +11:00
parent dd50f6b732
commit a86ba4590b
3 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
borg_version: 1.1.13
borg_version: 1.1.14

View File

@ -28,7 +28,7 @@ def test_borg_installed(host):
assert cmd.succeeded
# NOTE(ianw): deliberately pinned; we want to be careful if we
# update that the new version is compatible with old repos.
assert '1.1.13' in cmd.stdout
assert '1.1.14' in cmd.stdout
def test_borg_server_users(host):
hostname = host.backend.get_hostname()

View File

@ -376,6 +376,7 @@
- playbooks/service-borg-backup.yaml
files:
- playbooks/install-ansible.yaml
- playbooks/roles/install-borg
- playbooks/roles/borg-backup
- playbooks/zuul/templates/host_vars/borg-backup
- testinfra/test_borg_backups.py