diff options
| author | Ahmed AbdelHalim <[email protected]> | 2026-01-31 15:32:27 +0100 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2026-01-31 15:33:25 +0100 |
| commit | fc31b7c739bbb07656571349290e987b4a2ae6b5 (patch) | |
| tree | 6978a5933fa68869eb2b5b83168dd2e4d8afc8c2 /roles/clipse/meta | |
| parent | 12cefe49f5a2ff4aa657a6185d36fbaa6f78046b (diff) | |
Install clipse clipboard manager role with hyprland binding/rules
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" |
