post_install/local.yml

11 lines
229 B
YAML
Raw Normal View History

---
- hosts: localhost
connection: local
force_handlers: true
roles:
- name: fedora
when: ansible_distribution == 'Fedora'
- name: gnome
2025-04-09 13:52:47 +00:00
when: ansible_env.DESKTOP_SESSION == 'gnome'
- name: dotfiles