diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:33:32 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:33:32 +0200 |
| commit | e47ae78cfe17371ce240e134fd66f01ed120ffee (patch) | |
| tree | e43be879f5ef250ed0f68005daff481411aa97b5 /roles/configure/meta/argument_specs.yml | |
| parent | d96220d5b940f49dd5e22133c763b85bad91d5a0 (diff) | |
Remove configure dependency on other roles and add ubuntu support
Diffstat (limited to 'roles/configure/meta/argument_specs.yml')
| -rw-r--r-- | roles/configure/meta/argument_specs.yml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/roles/configure/meta/argument_specs.yml b/roles/configure/meta/argument_specs.yml index cd10572..3fcde79 100644 --- a/roles/configure/meta/argument_specs.yml +++ b/roles/configure/meta/argument_specs.yml @@ -7,7 +7,9 @@ argument_specs: description: "The path to the configure playbook directory to run when provided" hostname: type: "str" - description: "Check hostname variable in role: bootstrap" - mnt_root_path: - type: "str" - description: "Check mnt_root_path fact in role: bootstrap" + required: true + description: "The distro linux hostname to be configured (will configure if availabe in inventory)" + partition_root: + type: "dict" + required: true + description: "Check partition_root argument in role: partition, required options: mount_path" |
