This commit is contained in:
2026-03-18 13:54:29 +01:00
parent 00ff11eba8
commit 8383e6062f
+2 -1
View File
@@ -1,6 +1,7 @@
- name: Setup - name: Setup
become: "{{ 'no' if inventory_hostname in ['sectorq.cloud', 'nas.home.lan'] else 'yes' }}" become: "{{ 'no' if inventory_hostname in ['sectorq.cloud', 'nas.home.lan'] else 'yes' }}"
any_errors_fatal: false
ignore_unreachable: true
block: block:
- name: Gather facts - name: Gather facts
ansible.builtin.setup: ansible.builtin.setup:
ignore_unreachable: true