Improve firmware handling

This commit is contained in:
waal70
2025-09-02 14:37:33 +02:00
parent 98f0ea5a7b
commit e3565e08f0
2 changed files with 19 additions and 3 deletions

View File

@@ -15,6 +15,10 @@
- name: Import custom fact setting
ansible.builtin.import_tasks: custom-fact.yml
- name: Display custom facts from /etc/ansible/facts.d
ansible.builtin.debug:
var: ansible_local['cpu_info']
- name: Firmware block for x86_64 systems
when: "'Dell' in ansible_board_vendor or 'LENOVO' in ansible_board_vendor"
block: