Fixed classic tag so that the role execution is not skipped

Resolves: #1954562

Signed-off-by: Shalini Khandelwal <skhandel@redhat.com>
This commit is contained in:
Shalini Khandelwal 2021-07-01 17:03:16 +05:30
parent 085080106e
commit bd68b401ce
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
- hosts: localhost - hosts: localhost
remote_user: root remote_user: root
tags:
- classic
roles: roles:
- role: Test_Setup - role: Test_Setup
- role: standard-test-basic - role: standard-test-basic
tags:
- classic
tests: tests:
- verify_spawn_ca: - verify_spawn_ca:
dir: . dir: .