mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-22 16:21:09 +02:00
956 B
956 B
CopyQ Role for Ansible
Overview
This role installs the CopyQ clipboard manager on Pacman-based systems (e.g. Arch Linux) and ensures it is started automatically for the current user.
Requirements
- Ansible 2.9 or higher
- Pacman package manager (Arch Linux or derivative)
- X11/Wayland desktop environment (for GUI)
Role Variables
No additional role variables are required.
Dependencies
No external dependencies.
Example Playbook
- hosts: all
roles:
- desk-copyq
Further Resources
Contributing
Contributions are welcome. Please follow best practices.
Other Resources
This role was created as part of a larger playbook. For more context on this role, you can refer to the related ChatGPT conversation here.