TPM stuff is needed by autosign
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
d66260bc46
commit
4f239c979b
1 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,9 @@
|
||||||
- name: Install robosignatory
|
- name: Install packages
|
||||||
yum: state=present name=python-robosignatory
|
yum: state=present name={{ item }}
|
||||||
|
with_items:
|
||||||
|
- python-robosignatory
|
||||||
|
- trousers
|
||||||
|
- tpm-tools
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue