mirror of https://github.com/xemu-project/xemu.git
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
|
option: enabled
|
||||||
value: "1"
|
value: "1"
|
||||||
when:
|
when:
|
||||||
- ansible_facts['distribution'] == 'CentOS'
|
|
||||||
- ansible_facts['distribution_major_version'] == '8'
|
|
||||||
- centos_stream_8
|
- centos_stream_8
|
||||||
|
|
||||||
- name: Install basic packages to build QEMU on CentOS Stream 8
|
- name: Install basic packages to build QEMU on CentOS Stream 8
|
||||||
|
@ -46,6 +44,4 @@
|
||||||
- systemd-devel
|
- systemd-devel
|
||||||
state: present
|
state: present
|
||||||
when:
|
when:
|
||||||
- ansible_facts['distribution'] == 'CentOS'
|
|
||||||
- ansible_facts['distribution_major_version'] == '8'
|
|
||||||
- centos_stream_8
|
- centos_stream_8
|
||||||
|
|
Loading…
Reference in New Issue