From d303a81e4cc20e9438c80165a813b9c4993c7370 Mon Sep 17 00:00:00 2001
From: Rafael Guterres Jeffman <rjeffman@redhat.com>
Date: Wed, 16 Feb 2022 14:50:48 -0300
Subject: [PATCH] upstream ci: Fix scenario for Centos 8 Stream with Ansible
 2.11.

Changed scenario from old CentOS 8 (centos-8) to current Centos 8
Stream (c8s).
---
 tests/azure/nightly.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/azure/nightly.yml b/tests/azure/nightly.yml
index 32aec971..6778faa7 100644
--- a/tests/azure/nightly.yml
+++ b/tests/azure/nightly.yml
@@ -107,7 +107,7 @@ stages:
   - template: templates/group_tests.yml
     parameters:
       build_number: $(Build.BuildNumber)
-      scenario: centos-8
+      scenario: c8s
       ansible_version: "-core >=2.11,<2.12"
 
 - stage: c8s_Ansible_Core_2_12
-- 
GitLab