From f185fc8df32361d7060085d309fe74a59be954d3 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 8 May 2022 11:35:56 +0000 Subject: [PATCH] Revert "CS9: Exclude the latest dyninst" This reverts commit 91e9b2391452789d393b8960682fc7886dd385f6. Reason for revert: The new version of systemtap packages were released and these resolve the package dependency issue. Change-Id: I56453d2233fcf7ee91337ee95c94d33eebcb8269 --- playbooks/prepare-node-common.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/playbooks/prepare-node-common.yaml b/playbooks/prepare-node-common.yaml index 5878ca06e..e4fae2394 100644 --- a/playbooks/prepare-node-common.yaml +++ b/playbooks/prepare-node-common.yaml @@ -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"