braino: add tpm to site.yml, fix apt state in tpm task
This commit is contained in:
parent
c08b45704c
commit
12661d9cba
|
@ -6,7 +6,7 @@
|
|||
- name: install TPM tooling
|
||||
when: tpm_available
|
||||
become: true
|
||||
ansible.builtin.apt: name={{ item }} state=exists
|
||||
ansible.builtin.apt: name={{ item }} state=present
|
||||
with_items:
|
||||
- clevis-tpm2
|
||||
- tpm2-initramfs-tool
|
||||
|
|
Loading…
Reference in New Issue