Compare commits
No commits in common. "8e4f1109381639054828697670e4da2fc2718e6a" and "e99922dfa347850765945f87a29356a3aa3a6f79" have entirely different histories.
8e4f110938
...
e99922dfa3
3 changed files with 0 additions and 15 deletions
|
@ -14,7 +14,6 @@
|
|||
install_recommends: true
|
||||
pkg:
|
||||
- ansible
|
||||
- cargo
|
||||
- composer
|
||||
- curl
|
||||
- dia
|
||||
|
@ -23,7 +22,6 @@
|
|||
- git
|
||||
- grimshot
|
||||
- inkscape
|
||||
- isort
|
||||
- libreoffice
|
||||
- lxpolkit
|
||||
- mesa-utils
|
||||
|
@ -40,7 +38,6 @@
|
|||
- plocate
|
||||
- pkexec
|
||||
- puppet-lint
|
||||
- python3-deepdiff
|
||||
- python3-openstackclient
|
||||
- python3-yamlfix
|
||||
- rsync
|
||||
|
@ -64,7 +61,6 @@
|
|||
- xdg-desktop-portal
|
||||
- xdg-desktop-portal-wlr
|
||||
- xwayland
|
||||
- yapf3
|
||||
- yq
|
||||
- zsh
|
||||
state: latest
|
||||
|
|
|
@ -87,13 +87,3 @@
|
|||
owner: '{{ uid }}'
|
||||
group: '{{ uid }}'
|
||||
mode: '0644'
|
||||
- name: Link up yapf
|
||||
ansible.builtin.file:
|
||||
src: /usr/bin/yapf3
|
||||
dest: /usr/local/bin/yapf
|
||||
state: link
|
||||
become: true
|
||||
- name: Install stylua
|
||||
ansible.builtin.command:
|
||||
cmd: cargo install stylua
|
||||
creates: /home/{{ uid }}/.cargo/bin/stylua
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
Host *
|
||||
HostKeyAlgorithms +ssh-rsa
|
||||
PubkeyAcceptedKeyTypes +ssh-rsa
|
||||
Host hj
|
||||
HostName hoppjerka.sunet.se.
|
||||
IdentityFile ~/.ssh/id_rsa_yubikey.pub
|
||||
|
|
Loading…
Add table
Reference in a new issue