Bump fallaxy version (#69917)

This commit is contained in:
Jordan Borean 2020-06-06 06:00:57 +10:00 committed by GitHub
parent 984216f52e
commit 112251c7f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,7 @@ class FallaxyProvider(CloudProvider):
if os.environ.get('ANSIBLE_FALLAXY_CONTAINER'):
self.image = os.environ.get('ANSIBLE_FALLAXY_CONTAINER')
else:
self.image = 'quay.io/ansible/fallaxy-test-container:2.0.0'
self.image = 'quay.io/ansible/fallaxy-test-container:2.0.1'
self.container_name = ''
def filter(self, targets, exclude):