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 | cb8f807a5d24645b67f0dcdf5afae032c7dd5ce0 (patch) | |
| tree | a08ce2513e5b859bd983a5b878e78916e4e5b93d /roles/backup/meta/argument_specs.yml | |
| parent | f3a3a5aee727f849e62563fde643fcabe029b5b3 (diff) | |
Add readme on using backup role and fix testing
Diffstat (limited to 'roles/backup/meta/argument_specs.yml')
| -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" |
