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
|
install_recommends: true
|
||||||
pkg:
|
pkg:
|
||||||
- ansible
|
- ansible
|
||||||
- cargo
|
|
||||||
- composer
|
- composer
|
||||||
- curl
|
- curl
|
||||||
- dia
|
- dia
|
||||||
|
@ -23,7 +22,6 @@
|
||||||
- git
|
- git
|
||||||
- grimshot
|
- grimshot
|
||||||
- inkscape
|
- inkscape
|
||||||
- isort
|
|
||||||
- libreoffice
|
- libreoffice
|
||||||
- lxpolkit
|
- lxpolkit
|
||||||
- mesa-utils
|
- mesa-utils
|
||||||
|
@ -40,7 +38,6 @@
|
||||||
- plocate
|
- plocate
|
||||||
- pkexec
|
- pkexec
|
||||||
- puppet-lint
|
- puppet-lint
|
||||||
- python3-deepdiff
|
|
||||||
- python3-openstackclient
|
- python3-openstackclient
|
||||||
- python3-yamlfix
|
- python3-yamlfix
|
||||||
- rsync
|
- rsync
|
||||||
|
@ -64,7 +61,6 @@
|
||||||
- xdg-desktop-portal
|
- xdg-desktop-portal
|
||||||
- xdg-desktop-portal-wlr
|
- xdg-desktop-portal-wlr
|
||||||
- xwayland
|
- xwayland
|
||||||
- yapf3
|
|
||||||
- yq
|
- yq
|
||||||
- zsh
|
- zsh
|
||||||
state: latest
|
state: latest
|
||||||
|
|
|
@ -87,13 +87,3 @@
|
||||||
owner: '{{ uid }}'
|
owner: '{{ uid }}'
|
||||||
group: '{{ uid }}'
|
group: '{{ uid }}'
|
||||||
mode: '0644'
|
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 *
|
Host *
|
||||||
HostKeyAlgorithms +ssh-rsa
|
HostKeyAlgorithms +ssh-rsa
|
||||||
PubkeyAcceptedKeyTypes +ssh-rsa
|
|
||||||
Host hj
|
Host hj
|
||||||
HostName hoppjerka.sunet.se.
|
HostName hoppjerka.sunet.se.
|
||||||
IdentityFile ~/.ssh/id_rsa_yubikey.pub
|
IdentityFile ~/.ssh/id_rsa_yubikey.pub
|
||||||
|
|
Loading…
Add table
Reference in a new issue