Merge "Run container prepare without gathering facts" into stable/stein

This commit is contained in:
Zuul 2019-10-01 03:41:24 +00:00 committed by Gerrit Code Review
commit a361c5edd5
2 changed files with 3 additions and 1 deletions

View File

@ -294,6 +294,7 @@ class BaseImageUploader(object):
run_vars, default_flow_style=False))
playbook = [{
'hosts': 'localhost',
'gather_facts': 'no',
'tasks': [{
'name': 'Import role %s' % modify_role,
'import_role': {

View File

@ -954,7 +954,8 @@ class TestSkopeoImageUploader(base.TestCase):
'container_build_tool': 'buildah'
}
}],
'hosts': 'localhost'
'hosts': 'localhost',
'gather_facts': 'no'
}]
# test response for a partial cleanup