community.general/lib/ansible/modules
dgilbert82 78347e12a3 No need to set a default tenancy and it prevents the creation of spot lcs (#31270)
The full traceback is:
Traceback (most recent call last):
  File "/tmp/ansible_82dk2ynr/ansible_module_ec2_lc.py", line 317, in create_launch_config
    connection.create_launch_configuration(**launch_config)
  File "/usr/lib/python3.6/site-packages/botocore/client.py", line 312, in _api_call
    return self._make_api_call(operation_name, kwargs)
  File "/usr/lib/python3.6/site-packages/botocore/client.py", line 601, in _make_api_call
    raise error_class(parsed_response, operation_name)
botocore.exceptions.ClientError: An error occurred (ValidationError) when calling the CreateLaunchConfiguration operation: Placement tenancy is not supported for spot instances.

fatal: [localhost]: FAILED! => {
    "changed": false, 
    "error": {
        "code": "ValidationError", 
        "message": "Placement tenancy is not supported for spot instances.", 
        "type": "Sender"
    }, 
    "failed": true,
2017-10-26 05:43:38 -04:00
..
cloud No need to set a default tenancy and it prevents the creation of spot lcs (#31270) 2017-10-26 05:43:38 -04:00
clustering kubernetes: PEP8 compliancy and doc fixes (#30914) 2017-09-29 01:51:23 -04:00
commands Fixes #30073: Remove 'Consider hg command' warning. (#31159) 2017-10-02 23:33:13 +02:00
crypto openssl_certificate: compare bytes with bytes on python3 (#30522) 2017-09-25 12:13:50 -07:00
database Ensure valid_plugin_bin is defined 2017-10-18 14:05:03 -07:00
files Add a validate example to blockinfile. (#32088) 2017-10-25 15:11:49 +01:00
identity Fix typo in ipa_user module documentation example. (#31928) 2017-10-20 09:07:45 +02:00
inventory clarified inventory_dir changes for 2.4 (#31484) 2017-10-09 20:56:32 -07:00
messaging Add max_priority to give priority ability to a queue 2017-09-08 16:09:50 -07:00
monitoring move zabbix modules into their own namespace below monitoring/ (#31992) 2017-10-21 10:07:51 +02:00
net_tools Port arg specs from type='str' to type='path' 2017-10-09 21:15:56 -07:00
network eos_user: sends user secret first on user creation fixes #31680 (#32162) 2017-10-26 12:40:58 +05:30
notification Add the snow_record module. Module to create/update/delete/read records (#27931) 2017-10-16 12:58:32 -04:00
packaging yum: allow for downgrade using rpm file (#31647) 2017-10-24 14:33:38 +02:00
remote_management Enable use of empty manageiq arguments (#31774) 2017-10-23 13:33:57 +02:00
source_control git: remove duplicate ssh_wrapper cleanup (#31827) 2017-10-19 21:03:27 +02:00
storage Fix issue #32138 - fix examples typo (#32140) 2017-10-26 07:44:15 +10:00
system nosh system module: fixes and improvements (#32014) 2017-10-23 09:19:22 -04:00
utilities wait_for: treat broken connections as "unready" (#28839) 2017-10-12 11:37:20 -04:00
web_infrastructure Port arg specs from type='str' to type='path' 2017-10-09 21:15:56 -07:00
windows Add delayed start to win_nssm (#32017) 2017-10-26 07:02:14 +10:00
__init__.py Re-adding the init py for modules 2016-12-08 11:35:20 -05:00