This commit is contained in:
2026-03-18 13:49:17 +01:00
parent 0795220a91
commit 21dd3b2aa6
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
- name: Include facts
ansible.builtin.include_role:
name: setup
ignore_errors: true
when: ansible_facts.architecture is not defined
- name: Upgrade Debian
+1
View File
@@ -3,3 +3,4 @@
block:
- name: Gather facts
ansible.builtin.setup:
ignore_errors: true