aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorColin Wilk <colin@wilk.cx>2026-06-29 20:56:50 +0200
committerColin Wilk <colin@wilk.cx>2026-06-29 20:56:50 +0200
commit66e46df3d2a840bf62ef8084ad171041772db65e (patch)
treea06192c5689ebf70e739941c1608c406b4b7ee2f /meta
parenta0432093db76d7bb462f113d4bbeca0a8f376e95 (diff)
downloadansible-role-borgbackup-66e46df3d2a840bf62ef8084ad171041772db65e.tar.gz
ansible-role-borgbackup-66e46df3d2a840bf62ef8084ad171041772db65e.zip
Support custom arguments for borg create
Diffstat (limited to 'meta')
-rw-r--r--meta/argument_specs.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/argument_specs.yml b/meta/argument_specs.yml
index a6e640c..518b881 100644
--- a/meta/argument_specs.yml
+++ b/meta/argument_specs.yml
@@ -81,6 +81,11 @@ argument_specs:
required: false
default: zstd
+ borg_create_additional_arguments:
+ type: str
+ required: false
+ default: ""
+
borg_included_dirs:
type: list
elements: str