Get rid of upstream gpg-agent user units
This commit is contained in:
11
playbook.yml
11
playbook.yml
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user