Update nymph Fedora desktop configuration

This commit is contained in:
Fabio Scotto di Santolo
2026-07-17 22:39:36 +02:00
parent 864732c15a
commit 800cdf7c31
7 changed files with 115 additions and 6 deletions

View File

@@ -0,0 +1,11 @@
---
- name: Reload GNOME gpg-agent
ansible.builtin.command:
argv:
- gpgconf
- --kill
- gpg-agent
become_user: "{{ username }}"
environment:
HOME: "{{ user_home }}"
changed_when: false