diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2023-01-19 15:02:07 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2023-02-06 13:21:13 +0100 |
commit | 9b97d0774826eccf8dea9c27e4cebc68129ac4eb (patch) | |
tree | 41f43552f3e4cb5cc192b2abeb6499564b880528 /scripts/ci | |
parent | b52388129bf0097954515c097e83e6112de1b579 (diff) |
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>
Diffstat (limited to 'scripts/ci')
-rw-r--r-- | scripts/ci/org.centos/stream/8/build-environment.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/ci/org.centos/stream/8/build-environment.yml b/scripts/ci/org.centos/stream/8/build-environment.yml index 42b0471634..fe8807b7b0 100644 --- a/scripts/ci/org.centos/stream/8/build-environment.yml +++ b/scripts/ci/org.centos/stream/8/build-environment.yml @@ -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 |