This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-tools
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
ensure gpg-agent is enabled
master
Markus Katharina Brechtel
5 years ago
parent
fcb11bfba4
commit
5b6db74207
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
tasks/main.yaml
+ 6
- 0
tasks/main.yaml
View File
@@ -33,6 +33,12 @@
scope: global
name: ssh-agent.service
- name: ensure gpg-agent user socket is enabled for all users
systemd:
enabled: yes
scope: global
name: gpg-agent.socket
- name: pam_env.conf
copy:
src: pam_env.conf