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
|
||||
yum: state=present name=python-robosignatory
|
||||
- name: Install packages
|
||||
yum: state=present name={{ item }}
|
||||
with_items:
|
||||
- python-robosignatory
|
||||
- trousers
|
||||
- tpm-tools
|
||||
tags:
|
||||
- packages
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue