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
This commit is contained in:
Takashi Kajinami 2024-03-06 16:26:42 +09:00
parent f11a76f147
commit 7593423371

View File

@ -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'