mirror of
https://github.com/fscotto/infra.git
synced 2026-07-30 00:30:00 +00:00
Update nymph Fedora desktop configuration
This commit is contained in:
11
ansible/roles/profile_desktop_gnome/handlers/main.yml
Normal file
11
ansible/roles/profile_desktop_gnome/handlers/main.yml
Normal 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
|
||||
Reference in New Issue
Block a user