diff --git a/playbooks/roles/bifrost-ironic-install/tasks/install.yml b/playbooks/roles/bifrost-ironic-install/tasks/install.yml index ce8f424f2..afc43e1fc 100644 --- a/playbooks/roles/bifrost-ironic-install/tasks/install.yml +++ b/playbooks/roles/bifrost-ironic-install/tasks/install.yml @@ -31,6 +31,8 @@ - name: "Enable EPEL repository for CentOS Stream 9" command: dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm + args: + creates: /etc/yum.repos.d/epel.repo when: - enable_epel | bool - dib_os_element == "debian"