mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-17 22:30:59 +00:00
run Tower CI using the latest ansible-tower-cli package
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user