diff options
| author | Colin Wilk <colin@wilk.cx> | 2026-06-29 20:56:50 +0200 |
|---|---|---|
| committer | Colin Wilk <colin@wilk.cx> | 2026-06-29 20:56:50 +0200 |
| commit | 66e46df3d2a840bf62ef8084ad171041772db65e (patch) | |
| tree | a06192c5689ebf70e739941c1608c406b4b7ee2f /meta/argument_specs.yml | |
| parent | a0432093db76d7bb462f113d4bbeca0a8f376e95 (diff) | |
| download | ansible-role-borgbackup-66e46df3d2a840bf62ef8084ad171041772db65e.tar.gz ansible-role-borgbackup-66e46df3d2a840bf62ef8084ad171041772db65e.zip | |
Support custom arguments for borg create
Diffstat (limited to 'meta/argument_specs.yml')
| -rw-r--r-- | meta/argument_specs.yml | 5 |
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 |