toansible: Add Xmodmap to base installation

This commit is contained in:
flyingscorpio@clevo 2022-02-21 14:21:41 +01:00
parent a36170a3a7
commit 3bcedc138d
3 changed files with 5 additions and 5 deletions

View file

@ -1,8 +1,3 @@
xmodmap:
- symlink:
- dotfiles/Xmodmap
- ~/.Xmodmap
sudoers:
- run:
- sudo sed "s/\$USER/$USER/g" $(ls dotfiles/sudoers.d/* | grep -v -e arch -e debian) | sudo tee /etc/sudoers.d/setup-cockpit >/dev/null 2>&1

View file

@ -55,3 +55,8 @@
become: true
command: pkgfile -u
when: ansible_distribution == 'Archlinux'
- name: Copy Xmodmap
copy:
src: Xmodmap
dest: ~/.Xmodmap