diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:33:29 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:33:29 +0200 |
| commit | bc12fd286b5916518ea5ca756b9ea6eac99c63ef (patch) | |
| tree | 5d968c9e192201e416e9af9e40aaec9338069123 /roles/partition/meta/main.yml | |
| parent | 015c3758d922cd2e06290c460bc34815088848c2 (diff) | |
Add partition role
Diffstat (limited to 'roles/partition/meta/main.yml')
| -rw-r--r-- | roles/partition/meta/main.yml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/roles/partition/meta/main.yml b/roles/partition/meta/main.yml new file mode 100644 index 0000000..3872e6c --- /dev/null +++ b/roles/partition/meta/main.yml @@ -0,0 +1,19 @@ +--- +dependencies: [] +galaxy_info: + role_name: partition + author: a14m + description: "Create and manage device partitions" + company: "kartoffeln.work GmbH." + license: "license MIT" + min_ansible_version: "2.18" + platforms: + - name: ArchLinux + versions: + - all + - name: Ubuntu + versions: + - noble + - name: Debian + versions: + - bookworm |
