This commit is contained in:
2025-05-24 19:57:19 +02:00
parent 264f510541
commit 2f3f58c965

View File

@ -1,5 +1,6 @@
- name: Setup - name: Setup
become: "{{ 'no' if inventory_hostname == 'nas.home.lan' else 'yes' }}" become: "{{ 'no' if inventory_hostname == 'nas.home.lan' else 'yes' }}"
ignore_unreachable: true
block: block:
- name: Gather facts - name: Gather facts
ansible.builtin.setup: ansible.builtin.setup: