openQA: untag the swtpm-teardown task for stg now it's run
Keeping it around to run on prod when needed, then we'll take it out. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
57d29546b0
commit
5889d3a9ae
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@
|
|||
# teardown swtpm services, since os-autoinst does this for us since
|
||||
# 7ae93f9f137b8cf7de22f0494a11ead5b7832e46
|
||||
- include_tasks: swtpm-teardown.yml
|
||||
when: "openqa_tap|bool and (deployment_type is defined and deployment_type == 'stg')"
|
||||
when: "openqa_tap|bool and (deployment_type is defined and deployment_type == 'foo')"
|
||||
|
||||
- name: openQA client config
|
||||
template: src=client.conf.j2 dest=/etc/openqa/client.conf owner=_openqa-worker group=root mode=0600
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue