bumped 'vcenter-test-container' to '1.5.0'

pull/56148/head
Deric Crago 5 years ago committed by Matt Clay
parent f42a32ad36
commit 9db3c8a40b

@ -37,7 +37,7 @@ class VcenterProvider(CloudProvider):
if os.environ.get('ANSIBLE_VCSIM_CONTAINER'):
self.image = os.environ.get('ANSIBLE_VCSIM_CONTAINER')
else:
self.image = 'quay.io/ansible/vcenter-test-container:1.4.0'
self.image = 'quay.io/ansible/vcenter-test-container:1.5.0'
self.container_name = ''
def filter(self, targets, exclude):

Loading…
Cancel
Save