post_install/h.yml

13 lines
289 B
YAML
Raw Normal View History

2025-04-20 13:44:14 +00:00
---
- 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