post_install/h.yml

14 lines
344 B
YAML
Raw Permalink 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
2025-04-20 14:47:44 +00:00
ansible_nodename != 'bluefin.fritz.box'
2025-04-20 13:52:26 +00:00
- name: bluefin
when: ansible_distribution == 'Fedora'
and
2025-04-20 14:47:44 +00:00
ansible_nodename == 'bluefin.fritz.box'