dotfiles/playbooks/fedora.yml

14 lines
213 B
YAML
Raw Normal View History

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