Fixed classic tag so that the role execution is not skipped

Resolves: 

Signed-off-by: Shalini Khandelwal <skhandel@redhat.com>
This commit is contained in:
Shalini Khandelwal 2021-07-01 17:17:10 +05:30
parent bfb84462fe
commit 831828b86c

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: .