Revert "CS9: Exclude the latest dyninst"

This reverts commit 91e9b23914.

Reason for revert: The new version of systemtap packages were released
and these resolve the package dependency issue.

Change-Id: I56453d2233fcf7ee91337ee95c94d33eebcb8269
This commit is contained in:
Takashi Kajinami 2022-05-08 11:35:56 +00:00
parent 91e9b23914
commit f185fc8df3
1 changed files with 0 additions and 10 deletions

View File

@ -109,13 +109,3 @@
- use_puppetlabs is defined
- use_puppetlabs|bool
- ansible_os_family == 'Debian'
- block:
- name: Workaround for bz 2079892 (CentOS/RHEL 9)
shell:
cmd: |
dnf config-manager --save --setopt exclude=dyninst-12.1.0-1.*
become: true
when:
- ansible_os_family == 'RedHat'
- ansible_distribution_major_version == "9"