diff --git a/playbooks/prepare-node-common.yaml b/playbooks/prepare-node-common.yaml index c30903072..005859a80 100644 --- a/playbooks/prepare-node-common.yaml +++ b/playbooks/prepare-node-common.yaml @@ -98,3 +98,13 @@ 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'