post_install/h.yml
2025-04-20 15:44:14 +02:00

13 lines
No EOL
289 B
YAML

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