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 | |
| parent | d96220d5b940f49dd5e22133c763b85bad91d5a0 (diff) | |
Remove configure dependency on other roles and add ubuntu support
Diffstat (limited to 'roles/configure/meta')
| -rw-r--r-- | roles/configure/meta/argument_specs.yml | 10 | ||||
| -rw-r--r-- | roles/configure/meta/main.yml | 6 |
2 files changed, 10 insertions, 6 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" diff --git a/roles/configure/meta/main.yml b/roles/configure/meta/main.yml index 1599ace..97ee720 100644 --- a/roles/configure/meta/main.yml +++ b/roles/configure/meta/main.yml @@ -1,6 +1,5 @@ --- -dependencies: - - bootstrap +dependencies: [] galaxy_info: role_name: configure author: a14m @@ -12,3 +11,6 @@ galaxy_info: - name: ArchLinux versions: - all + - name: Ubuntu + versions: + - noble |
