File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
linux/vtpm_cold_add_remove Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 9696
9797# The testing functionality is limited or incomplete when tpm2-tools version is older than 4.x, we will only perform a simple test.
9898# Debian 10 has tpm2-tools version 3.1.3
99- # proLinux 7.x and RHEL_7.x have tpm2-tools version 3.0.4
99+ # ProLinux 7.x and RHEL_7.x have tpm2-tools version 3.0.4
100100- name : " Check vTPM for {{ guest_os_ansible_distribution }} {{ guest_os_ansible_distribution_ver }}"
101- when : tpm2_major_version is defined and tpm2_major_version | int < 4
101+ when : tpm2_major_version | int < 4
102102 block :
103- # vTPM.enable.tpm2_hash: Verify the validity of hash
104103 - name : " Verify the validity of hash"
105104 include_tasks : vtpm2_hash_test.yml
106105
Original file line number Diff line number Diff line change 11# Copyright 2026 VMware, Inc.
22# SPDX-License-Identifier: BSD-2-Clause
33---
4- #
54- name : " Install 'tpm2-tools' for {{ guest_os_ansible_distribution }}"
65 include_tasks : ../utils/install_uninstall_package.yml
76 vars :
87 package_list : ["tpm2-tools"]
98 package_state : " present"
109 when : guest_os_ansible_distribution not in ['SLES', 'SLED', 'openSUSE Leap']
1110
12- # Configure local DVD repositories to install packages for openSUSE, SLES.
1311- name : " Add ISO repo and install packages from ISO"
1412 when : guest_os_ansible_distribution in ['SLES', 'SLED', 'openSUSE Leap']
1513 block :
You can’t perform that action at this time.
0 commit comments