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:
parent
b52388129b
commit
9b97d07748
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user