8 lines
118 B
YAML
8 lines
118 B
YAML
---
|
|
|
|
- name: Sets up gpg and the configs for using it as a ssh-agent
|
|
hosts: all
|
|
become: true
|
|
roles:
|
|
- gnupg
|