Added initial tasks to bluefin role

This commit is contained in:
Raphael 2025-04-20 16:47:44 +02:00
parent 1343062722
commit a38aca0d3d

4
h.yml
View file

@ -7,8 +7,8 @@
- name: fedora
when: ansible_distribution == 'Fedora'
and
ansible_nodename != 'bluefin'
ansible_nodename != 'bluefin.fritz.box'
- name: bluefin
when: ansible_distribution == 'Fedora'
and
ansible_nodename == 'bluefin'
ansible_nodename == 'bluefin.fritz.box'