mirror of
https://github.com/fscotto/infra.git
synced 2026-07-29 16:20:01 +00:00
12 lines
218 B
YAML
12 lines
218 B
YAML
---
|
|
- name: Reload GNOME gpg-agent
|
|
ansible.builtin.command:
|
|
argv:
|
|
- gpgconf
|
|
- --kill
|
|
- gpg-agent
|
|
become_user: "{{ username }}"
|
|
environment:
|
|
HOME: "{{ user_home }}"
|
|
changed_when: false
|