From 112251c7f41ff0938c328fc3a7aa3e9e521b8fd7 Mon Sep 17 00:00:00 2001 From: Jordan Borean Date: Sat, 6 Jun 2020 06:00:57 +1000 Subject: [PATCH] Bump fallaxy version (#69917) --- test/lib/ansible_test/_internal/cloud/fallaxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lib/ansible_test/_internal/cloud/fallaxy.py b/test/lib/ansible_test/_internal/cloud/fallaxy.py index 2d9a5ac499f..504094bd1d7 100644 --- a/test/lib/ansible_test/_internal/cloud/fallaxy.py +++ b/test/lib/ansible_test/_internal/cloud/fallaxy.py @@ -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):