scripts/ci: remove unnecessary checks from CentOS playbook

Since this playbook is meant for a CentOS 8 install, no need to check
the facts.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Paolo Bonzini 2023-01-19 15:02:07 +01:00
parent b52388129b
commit 9b97d07748
1 changed files with 0 additions and 4 deletions

View File

@ -17,8 +17,6 @@
option: enabled
value: "1"
when:
- ansible_facts['distribution'] == 'CentOS'
- ansible_facts['distribution_major_version'] == '8'
- centos_stream_8
- name: Install basic packages to build QEMU on CentOS Stream 8
@ -46,6 +44,4 @@
- systemd-devel
state: present
when:
- ansible_facts['distribution'] == 'CentOS'
- ansible_facts['distribution_major_version'] == '8'
- centos_stream_8