diff options
Diffstat (limited to 'roles/bootstrap/meta')
| -rw-r--r-- | roles/bootstrap/meta/argument_specs.yml | 4 | ||||
| -rw-r--r-- | roles/bootstrap/meta/main.yml | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/roles/bootstrap/meta/argument_specs.yml b/roles/bootstrap/meta/argument_specs.yml index e391e65..ba63a46 100644 --- a/roles/bootstrap/meta/argument_specs.yml +++ b/roles/bootstrap/meta/argument_specs.yml @@ -9,8 +9,8 @@ argument_specs: partition_boot: type: "dict" required: true - description: "Check partition_boot argument in role: partition" + description: "Check partition_root argument in role: partition, required options: mount_path" partition_root: type: "dict" required: true - description: "Check partition_root argument in role: partition" + description: "Check partition_root argument in role: partition, required options: mount_path" diff --git a/roles/bootstrap/meta/main.yml b/roles/bootstrap/meta/main.yml index 0e12b9a..0e6a4ce 100644 --- a/roles/bootstrap/meta/main.yml +++ b/roles/bootstrap/meta/main.yml @@ -12,3 +12,6 @@ galaxy_info: - name: ArchLinux versions: - all + - name: Ubuntu + versions: + - noble |
