updated nix to 25.05 and fixed setup.sh
Signed-off-by: Menno van Leeuwen <menno@vleeuwen.me>
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
- name: Include service tasks
|
||||
ansible.builtin.include_tasks: "{{ item.name }}/{{ item.name }}.yml"
|
||||
loop: "{{ services }}"
|
||||
when: item.enabled|bool
|
||||
when: item.enabled|bool and (inventory_hostname in item.hosts)
|
||||
loop_control:
|
||||
label: "{{ item.name }}"
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user