mirror of
https://github.com/borgbase/ansible-role-borgbackup.git
synced 2024-11-19 19:07:42 +01:00
Add borgmatic_timer_hour and borgmatic_timer_minute to argument_specs.yml (#154)
This commit is contained in:
parent
c8a295aa26
commit
e9161f596e
@ -172,6 +172,14 @@ argument_specs:
|
|||||||
type: str
|
type: str
|
||||||
required: false
|
required: false
|
||||||
description: If the variable is set, a timer is installed. A choice must be made between "cron" and "systemd".
|
description: If the variable is set, a timer is installed. A choice must be made between "cron" and "systemd".
|
||||||
|
borgmatic_timer_hour:
|
||||||
|
type: str
|
||||||
|
required: false
|
||||||
|
description: Hour when regular create and prune cron/systemd-timer job will run.
|
||||||
|
borgmatic_timer_minute:
|
||||||
|
type: str
|
||||||
|
required: false
|
||||||
|
description: Minute when regular create and prune cron/systemd-timer job will run.
|
||||||
borg_ssh_key_type:
|
borg_ssh_key_type:
|
||||||
type: str
|
type: str
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
Reference in New Issue
Block a user