diff --git a/tasks/configure_metal_hosts.yml b/tasks/configure_metal_hosts.yml index adf95af8..2469f82f 100644 --- a/tasks/configure_metal_hosts.yml +++ b/tasks/configure_metal_hosts.yml @@ -109,11 +109,3 @@ - Restart systemd-journald tags: - skip_ansible_lint - -- name: Configure legacy alternative for ebtables on Debian - alternatives: - name: ebtables - path: /usr/sbin/ebtables-legacy - when: - - ansible_facts['distribution'] == 'Debian' - - ansible_facts['distribution_major_version'] == '10' diff --git a/tasks/openstack_hosts_configure_dnf.yml b/tasks/openstack_hosts_configure_dnf.yml index e4d2ea43..5b556078 100644 --- a/tasks/openstack_hosts_configure_dnf.yml +++ b/tasks/openstack_hosts_configure_dnf.yml @@ -124,13 +124,6 @@ - (install_method | default('source')) == 'distro' - openstack_hosts_rdo_repo_type == 'cloudsig' -- name: Enable PowerTools repository - command: dnf config-manager --set-enabled "[Pp]ower[Tt]ools" - changed_when: false - when: - - openstack_hosts_power_tool_enable | bool - - ansible_facts['distribution_major_version'] == "8" - - name: Enable CodeReadyBuilder repository command: dnf config-manager --set-enabled "crb" changed_when: false