From 078ce97c0dbad26da644baa7db2c6475d333c841 Mon Sep 17 00:00:00 2001 From: Craig Astill Date: Thu, 30 Dec 2021 07:40:38 +0000 Subject: [PATCH] [PARTIAL] Updated `photos.yml` to use new way of defining AUR packages. TODO: Update the rest. --- .gitmodules | 3 --- library/aur | 1 - photos/photos.yml | 24 +++++++++++++++++++++--- 3 files changed, 21 insertions(+), 7 deletions(-) delete mode 100644 .gitmodules delete mode 120000 library/aur diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index d14a41e..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "library/external_modules/ansible-aur"] - path = library/external_modules/ansible-aur - url = git://github.com/cdown/ansible-aur.git diff --git a/library/aur b/library/aur deleted file mode 120000 index ac7f09a..0000000 --- a/library/aur +++ /dev/null @@ -1 +0,0 @@ -external_modules/ansible-aur/aur \ No newline at end of file diff --git a/photos/photos.yml b/photos/photos.yml index 8b28ee5..b2e1c0a 100644 --- a/photos/photos.yml +++ b/photos/photos.yml @@ -16,9 +16,27 @@ - name: Install AUR packages # become: true # become_method: sudo - aur: name="{{item}}" tool=yaourt - with_items: - - iscan-plugin-gt-f670 # Epson Perfection V200 Photo scanner support. + aur: + use: yay + name: + - iscan-plugin-gt-f670 # Epson Perfection V200 Photo scanner support. + - digimend-kernel-drivers-dkms # https://wiki.archlinux.org/title/Wacom_tablet + # - digimend-kernel-drivers-dkms-git # https://wiki.archlinux.org/title/Wacom_tablet + - write_stylus # http://www.styluslabs.com + tags: + - photos + + - name: Copy Huion Tablet script to /etc/X11/xorg.conf.d/ + become: true + become_method: sudo + copy: + src: '{{playbook_dir}}/../bash/etc/X11/xorg.conf.d/50-tablet.conf' + dest: /etc/X11/xorg.conf.d/ + owner: 'root' + group: 'root' + mode: 0644 + tags: + - photos # TODO: # * add following to this repo: `/root/.config/bt747/bt747settings.pdb`.