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:
parent
dd50f6b732
commit
a86ba4590b
@ -1 +1 @@
|
|||||||
borg_version: 1.1.13
|
borg_version: 1.1.14
|
||||||
|
@ -28,7 +28,7 @@ def test_borg_installed(host):
|
|||||||
assert cmd.succeeded
|
assert cmd.succeeded
|
||||||
# NOTE(ianw): deliberately pinned; we want to be careful if we
|
# NOTE(ianw): deliberately pinned; we want to be careful if we
|
||||||
# update that the new version is compatible with old repos.
|
# 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):
|
def test_borg_server_users(host):
|
||||||
hostname = host.backend.get_hostname()
|
hostname = host.backend.get_hostname()
|
||||||
|
@ -376,6 +376,7 @@
|
|||||||
- playbooks/service-borg-backup.yaml
|
- playbooks/service-borg-backup.yaml
|
||||||
files:
|
files:
|
||||||
- playbooks/install-ansible.yaml
|
- playbooks/install-ansible.yaml
|
||||||
|
- playbooks/roles/install-borg
|
||||||
- playbooks/roles/borg-backup
|
- playbooks/roles/borg-backup
|
||||||
- playbooks/zuul/templates/host_vars/borg-backup
|
- playbooks/zuul/templates/host_vars/borg-backup
|
||||||
- testinfra/test_borg_backups.py
|
- testinfra/test_borg_backups.py
|
||||||
|
Loading…
x
Reference in New Issue
Block a user