This commit is contained in:
2026-03-18 13:55:09 +01:00
parent 8383e6062f
commit 7833d21d12
2 changed files with 2 additions and 2 deletions
+2
View File
@@ -1,5 +1,7 @@
- name: Upgrade
become: "{{ false if inventory_hostname == 'nas.home.lan' else true }}"
any_errors_fatal: false
ignore_unreachable: true
block:
- name: Include vault
ansible.builtin.include_vars:
-2
View File
@@ -1,7 +1,5 @@
- name: Setup
become: "{{ 'no' if inventory_hostname in ['sectorq.cloud', 'nas.home.lan'] else 'yes' }}"
any_errors_fatal: false
ignore_unreachable: true
block:
- name: Gather facts
ansible.builtin.setup: