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:
parent
f11a76f147
commit
7593423371
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user