diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-06-22 14:45:34 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-06-22 14:45:34 +0200 |
| commit | c8a1d4eac9e5ade57b6bf34dfc26e5516cb43726 (patch) | |
| tree | a08ce2513e5b859bd983a5b878e78916e4e5b93d /roles/backup/meta | |
| parent | c903b87a23cedc56a29d023df50b649c0b9f1e59 (diff) | |
Add readme on using backup role and fix testing
Diffstat (limited to 'roles/backup/meta')
| -rw-r--r-- | roles/backup/meta/argument_specs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/backup/meta/argument_specs.yml b/roles/backup/meta/argument_specs.yml index 259173c1..459187ee 100644 --- a/roles/backup/meta/argument_specs.yml +++ b/roles/backup/meta/argument_specs.yml @@ -4,7 +4,7 @@ argument_specs: options: backup_device: type: "str" - description: "Block device to mount (e.g. /dev/sda1)" + description: "Device to mount (e.g. PARTLABEL=backup)" required: true backup_mount_point: type: "str" |
