mg
a0b88b4aee
Merge branch 'master' into bugs_laptop vars polybar tools tmux become true doku xnview package feh vars playbook sources taks linux mint polybar vivaldi alacritty siji ufw apt sources nicht bei irantu ripgrep siji bug Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#136 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
21 lines
496 B
YAML
21 lines
496 B
YAML
---
|
|
- name: add ppa
|
|
become: yes
|
|
ansible.builtin.shell: add-apt-repository ppa:mmstick76/alacritty -y
|
|
args:
|
|
creates: "/etc/apt/sources.list.d/mmstick76-alacritty-focal.list"
|
|
|
|
# - name: add ppa
|
|
# ansible.builtin.apt_repository:
|
|
# repo: ppa:aslatter/ppa
|
|
# state: present
|
|
# filename: alacritty
|
|
# update_cache: yes
|
|
|
|
- name: install packages
|
|
become: yes
|
|
ansible.builtin.package:
|
|
name:
|
|
- alacritty
|
|
- xclip
|
|
state: present
|