Bump fallaxy version (#69917)
This commit is contained in:
parent
984216f52e
commit
112251c7f4
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class FallaxyProvider(CloudProvider):
|
||||||
if os.environ.get('ANSIBLE_FALLAXY_CONTAINER'):
|
if os.environ.get('ANSIBLE_FALLAXY_CONTAINER'):
|
||||||
self.image = os.environ.get('ANSIBLE_FALLAXY_CONTAINER')
|
self.image = os.environ.get('ANSIBLE_FALLAXY_CONTAINER')
|
||||||
else:
|
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 = ''
|
self.container_name = ''
|
||||||
|
|
||||||
def filter(self, targets, exclude):
|
def filter(self, targets, exclude):
|
||||||
|
|
Loading…
Reference in a new issue