diff options
Diffstat (limited to 'roles/clipse/meta')
| -rw-r--r-- | roles/clipse/meta/argument_specs.yml | 6 | ||||
| -rw-r--r-- | roles/clipse/meta/main.yml | 12 |
2 files changed, 18 insertions, 0 deletions
diff --git a/roles/clipse/meta/argument_specs.yml b/roles/clipse/meta/argument_specs.yml new file mode 100644 index 00000000..5216c3af --- /dev/null +++ b/roles/clipse/meta/argument_specs.yml @@ -0,0 +1,6 @@ +--- +argument_specs: + main: + short_description: "Install clipse on ArchLinux" + description: "Install clipse on ArchLinux" + options: {} diff --git a/roles/clipse/meta/main.yml b/roles/clipse/meta/main.yml new file mode 100644 index 00000000..dd553dbb --- /dev/null +++ b/roles/clipse/meta/main.yml @@ -0,0 +1,12 @@ +--- +dependencies: + - role: "yay" +galaxy_info: + author: "a14m" + description: "Install clipse on ArchLinux" + license: "MIT" + min_ansible_version: "2.18" + platforms: + - name: "ArchLinux" + versions: + - "all" |
