diff options
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 |
