run Tower CI using the latest ansible-tower-cli package
This commit is contained in:
parent
efdd92e1c0
commit
462449cc8c
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ class TowerCloudProvider(CloudProvider):
|
|||
"""
|
||||
tower_cli_version_map = {
|
||||
'3.1.5': '3.1.8',
|
||||
'3.2.3': '3.2.1',
|
||||
'3.2.3': '3.3.0',
|
||||
}
|
||||
|
||||
cli_version = tower_cli_version_map.get(self.version, fallback)
|
||||
|
|
Loading…
Reference in a new issue