aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Dessaux2022-07-05 21:34:34 +0200
committerJulien Dessaux2022-07-05 21:54:46 +0200
commit54c87804f6b7e2a97ea9984ceff06b5966d024d2 (patch)
tree36162897edfad1f85d0fa709c4705bb25880d77e
parentFixed authorized_keys configuration drift, and change repo directory from hos... (diff)
downloadborg-ansible-role-54c87804f6b7e2a97ea9984ceff06b5966d024d2.tar.gz
borg-ansible-role-54c87804f6b7e2a97ea9984ceff06b5966d024d2.tar.bz2
borg-ansible-role-54c87804f6b7e2a97ea9984ceff06b5966d024d2.zip
Freebsd update to python 3.92.0.0
-rw-r--r--action_plugins/borg_init.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/action_plugins/borg_init.py b/action_plugins/borg_init.py
index ea62145..9559dd8 100644
--- a/action_plugins/borg_init.py
+++ b/action_plugins/borg_init.py
@@ -15,7 +15,7 @@ class ActionModule(ActionBase):
os_package_names = {
'Alpine': 'borgbackup',
'Debian': 'borgbackup',
- 'FreeBSD': 'py38-borgbackup',
+ 'FreeBSD': 'py39-borgbackup',
'Gentoo': 'app-backup/borgbackup',
'OpenBSD': 'borgbackup',
'RedHat': 'borgbackup',