From 759342337168c630406623a14ecd5f30d5e783c2 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 6 Mar 2024 16:26:42 +0900 Subject: [PATCH] Revert "Exclude known bad puppet version" This reverts commit 44834b77bad05015cb21762957ca052c731625ae. Reason for revert: New puppet 7.29.1 was released and this contains the fix. Change-Id: I982e7b6f9b4eae99a60c4c50960ff8b0b0fae37e --- 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 005859a80..c30903072 100644 --- a/playbooks/prepare-node-common.yaml +++ b/playbooks/prepare-node-common.yaml @@ -98,13 +98,3 @@ become: true when: - ansible_os_family == 'RedHat' - - # TODO(tkajinam): Remove this one the issue is resolved in puppet - - block: - - name: Workaround for https://github.com/puppetlabs/puppet/issues/9268 - shell: - cmd: | - dnf config-manager --save --setopt exclude=puppet-agent-7.29.0-1.el9.x86_64 - become: true - when: - - ansible_os_family == 'RedHat'