You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jul 03 12:26:20 ip-172-16-8-242 cloud-init[833]: fatal: [localhost]: FAILED! => {"changed": false, "module_stderr": "Traceback (most recent call last):\n File "", line 102, in \n File "", line 94, in _ansiballz_main\n File "", line 40, in invoke_module\n File "/usr/lib/python3.8/runpy.py", line 207, in run_module\n return _run_module_code(code, init_globals, run_name, mod_spec)\n File "/usr/lib/python3.8/runpy.py", line 97, in _run_module_code\n _run_code(code, mod_globals, init_globals,\n File "/usr/lib/python3.8/runpy.py", line 87, in _run_code\n exec(code, run_globals)\n File "/tmp/ansible_amazon.aws.ec2_vol_payload_cb0oq7v2/ansible_amazon.aws.ec2_vol_payload.zip/ansible_collections/amazon/aws/plugins/modules/ec2_vol.py", line 869, in \n File "/tmp/ansible_amazon.aws.ec2_vol_payload_cb0oq7v2/ansible_amazon.aws.ec2_vol_payload.zip/ansible_collections/amazon/aws/plugins/modules/ec2_vol.py", line 743, in main\n File "/tmp/ansible_amazon.aws.ec2_vol_payload_cb0oq7v2/ansible_amazon.aws.ec2_vol_payload.zip/ansible_collections/amazon/aws/plugins/module_utils/modules.py", line 180, in deprecate\nTypeError: deprecate() got an unexpected keyword argument 'collection_name'\n", "module_stdout": "", "msg": "MODULE FAILURE\nSee stdout/stderr for the exact error", "rc": 1}
Issue Type
Bug Report
Component Name
ec2_vol
Ansible Version
$ ansible --version
2.9.6
Collection Versions
4.0.0
AWS SDK versions
$ pip show boto boto3 botocore
boto3 1.24.21
botocore 1.27.21
Configuration
$ ansible-config dump --only-changed
OS / Environment
Ubuntu 20.04
Steps to Reproduce
Expected Results
Expected module to instantiate successfully
Actual Results
Code of Conduct
I agree to follow the Ansible Code of Conduct
The text was updated successfully, but these errors were encountered:
Summary
Jul 03 12:26:20 ip-172-16-8-242 cloud-init[833]: fatal: [localhost]: FAILED! => {"changed": false, "module_stderr": "Traceback (most recent call last):\n File "", line 102, in \n File "", line 94, in _ansiballz_main\n File "", line 40, in invoke_module\n File "/usr/lib/python3.8/runpy.py", line 207, in run_module\n return _run_module_code(code, init_globals, run_name, mod_spec)\n File "/usr/lib/python3.8/runpy.py", line 97, in _run_module_code\n _run_code(code, mod_globals, init_globals,\n File "/usr/lib/python3.8/runpy.py", line 87, in _run_code\n exec(code, run_globals)\n File "/tmp/ansible_amazon.aws.ec2_vol_payload_cb0oq7v2/ansible_amazon.aws.ec2_vol_payload.zip/ansible_collections/amazon/aws/plugins/modules/ec2_vol.py", line 869, in \n File "/tmp/ansible_amazon.aws.ec2_vol_payload_cb0oq7v2/ansible_amazon.aws.ec2_vol_payload.zip/ansible_collections/amazon/aws/plugins/modules/ec2_vol.py", line 743, in main\n File "/tmp/ansible_amazon.aws.ec2_vol_payload_cb0oq7v2/ansible_amazon.aws.ec2_vol_payload.zip/ansible_collections/amazon/aws/plugins/module_utils/modules.py", line 180, in deprecate\nTypeError: deprecate() got an unexpected keyword argument 'collection_name'\n", "module_stdout": "", "msg": "MODULE FAILURE\nSee stdout/stderr for the exact error", "rc": 1}
Issue Type
Bug Report
Component Name
ec2_vol
Ansible Version
$ ansible --version
2.9.6
Collection Versions
4.0.0
AWS SDK versions
$ pip show boto boto3 botocore
boto3 1.24.21
botocore 1.27.21
Configuration
$ ansible-config dump --only-changed
OS / Environment
Ubuntu 20.04
Steps to Reproduce
Expected Results
Expected module to instantiate successfully
Actual Results
Code of Conduct
The text was updated successfully, but these errors were encountered: