mg
02a6c6d5a7
dotfiles stash pip weg polybar group video defaukts atom timeshift aufgeräumt defaults vivaldi defaults xnview doku xautolock vars playbooks atom aufgeräumt testvm same2 same bugfix alacritty i3: rofi abhängigkeiten Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#138 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
15 lines
307 B
YAML
15 lines
307 B
YAML
---
|
|
- name: add ppa
|
|
ansible.builtin.apt_repository:
|
|
repo: ppa:mmstick76/alacritty
|
|
state: present
|
|
filename: alacritty
|
|
update_cache: yes
|
|
|
|
- name: install packages
|
|
become: yes
|
|
ansible.builtin.package:
|
|
name:
|
|
- alacritty
|
|
- xclip
|
|
state: present
|