dotfiles/playbooks/fedora.yml
Matej Focko 9fab75e3ef
Add GPG key to gitconfig automatically
Signed-off-by: Matej Focko <me@mfocko.xyz>
2020-10-11 20:27:02 +02:00

13 lines
213 B
YAML

---
- name: Fedora bootstrap
hosts: all
roles:
- set_dnf
- flatpaks
- ssh
- shell
- role: git
vars:
git_email: <insert-email>
gpg_signingkey: <insert-id>
- vscode