Skip to content

Commit 27d8275

Browse files
committed
os-config/ansible: Add efitools package
Signed-off-by: Michał Żygowski <[email protected]>
1 parent 7d6e393 commit 27d8275

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

os-config/ansible/linux-packages-playbook.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
- "{{package_usbutils}}"
3030
- "{{package_tpm2_tools}}"
3131
- "{{package_pulseaudio_utils}}"
32+
- "{{package_efitools}}"
3233
state: present
3334
- name: Install coreboot tools files
3435
ansible.builtin.copy:

os-config/ansible/vars/201-packages.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ package_tpm2_tools: tpm2-tools
2222
package_ethtool: ethtool
2323
package_stress_ng: stress-ng
2424
package_pulseaudio_utils: pulseaudio-utils
25+
package_efitools: efitools

os-config/ansible/vars/202-packages.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ package_tpm2_tools: tpm2-tools
2222
package_ethtool: ethtool
2323
package_stress_ng: stress-ng
2424
package_pulseaudio_utils: pulseaudio-utils
25+
package_efitools: efitools

0 commit comments

Comments
 (0)