Drop bits for unsupported OS

There were couple of tasks designed for unsupported
operating systems like Debian 10 or CentOS 8 that were
left during previous cleanups.

Change-Id: I5f920c16a6f6053e64b8013b2a668eb3b1ed2f6a
This commit is contained in:
Dmitriy Rabotyagov 2023-08-21 16:59:56 +02:00
parent 936188e26f
commit 4afafbbdb4
2 changed files with 0 additions and 15 deletions

View File

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

View File

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