mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 11:10:21 -07:00
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 = {
|
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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue