Get rid of upstream gpg-agent user units

This commit is contained in:
2024-05-15 16:53:01 +02:00
parent 6b0105fa71
commit 3a54d52051

View File

@@ -683,6 +683,17 @@
state: absent state: absent
become: true become: true
- name: try to make gpg agent behave
block:
- name: configure pacman to skip installing gpg user units
blockinfile:
path: /etc/pacman.conf
insertafter: '^#NoExtract'
block: |
NoExtract = usr/lib/systemd/user/gpg-agent*
marker: "# {mark} ANSIBLE MANAGED noextract gpg-agent"
become: true
- name: backlight configuration - name: backlight configuration
tags: tags:
- backlight - backlight