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:
parent
bc70155e9e
commit
ecea50fb4e
@ -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: .
|
||||||
|
Loading…
Reference in New Issue
Block a user