post_install/local.yml
2025-04-09 15:52:47 +02:00

11 lines
No EOL
229 B
YAML

---
- hosts: localhost
connection: local
force_handlers: true
roles:
- name: fedora
when: ansible_distribution == 'Fedora'
- name: gnome
when: ansible_env.DESKTOP_SESSION == 'gnome'
- name: dotfiles