-
### Summary
Yesterday (11th July 2023) my Ansible scripts were working OK. They use aap_callback to enable WinRM. The my script waits for port 5986 to become available using ansible.builtin.wait_for.…
-
### Summary
Using community.aws.ec2_instance to stop instances usually works, but tonight it threw the message "Unable to stop instances:" for two out of three of the instances I was attempting to st…
-
### Summary
Ansible is being used in deployment pipelines where I am seeing some trivial tasks which randomly take an hour to complete. These tasks aren't the same one every time either. An example…
-
### Summary
`amazon.aws.s3_object` fails to copy files within AWS when they are larger than 5GiB. The use-case where we encountered this issue was when copying between buckets (`mode: copy` with `c…
-
### Summary
I am attempting to run ansible.windows.win_updates on a Windows 2019 EC2 instance using the ssm connection plugin. When I do so, I get:
```
The full traceback is:
Traceback (most rec…
-
### Summary
When using the `msk_cluster` module, I noticed that even when I specify [multiple authentication strategies](https://docs.ansible.com/ansible/latest/collections/community/aws/msk_cluste…
-
### Summary
The current handling of rules might be resulting always in a changing task.
That depends on action types where boto3 is assuming default values when they are not requested (_See http…
-
### Summary
Trying to specify a `prefix` field in the `hostnames` dict of the inventory file results in an error - invalid filter provided, one of the describe-instances [options](https://docs.aws.…
-
### Summary
When launching an instance from a template, the module will try to use the **default subnet** instead of the one set inside the actual template, conflicting with the Security Group set in…
-
### Summary
the variable: ansible_aws_ssm_profile is not taking effect when used.
The only workaround I found is to use the export AWS_PROFILE=[profile name] in bash
### Issue Type
Bug Repo…