mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 09:13:12 +00:00
Revert "Revert "Don't use 'tenancy' in ec2 spot requests""
This commit is contained in:
@@ -834,7 +834,8 @@ def create_instances(module, ec2, override_count=None):
|
||||
if ebs_optimized:
|
||||
params['ebs_optimized'] = ebs_optimized
|
||||
|
||||
if tenancy:
|
||||
# 'tenancy' always has a default value, but it is not a valid parameter for spot instance resquest
|
||||
if not spot_price:
|
||||
params['tenancy'] = tenancy
|
||||
|
||||
if boto_supports_profile_name_arg(ec2):
|
||||
|
||||
Reference in New Issue
Block a user