run Tower CI using the latest ansible-tower-cli package

pull/4420/head
Ryan Petrello 2018-04-25 13:53:04 -04:00 committed by Matt Clay
parent efdd92e1c0
commit 462449cc8c
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ class TowerCloudProvider(CloudProvider):
""" """
tower_cli_version_map = { tower_cli_version_map = {
'3.1.5': '3.1.8', '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) cli_version = tower_cli_version_map.get(self.version, fallback)