-
### 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
Syncronize on a macbook does not escape spaces properly and causes the syncronize command to fail.
```
FAILED! => {
"changed": false,
"module_stderr": "/bin/sh: /Use…
-
##### SUMMARY
We want to run tasks that only change users or queues on our production brokers. Even if the user changes other settings it only should change the tasks with the tag. I see that the pla…
-
### Summary
When I am trying to create an EKS cluster by using the `community.aws.eks_cluster` module, it showed an error that I need to specify the security groups. After I specified the security gr…
-
### Summary
When using aws_s3_bucket_info with a supplied bucket name to determine the bucket location, an unnecessary ListBuckets call means that more permissions are needed than what is needed to…
mohag updated
4 months ago
-
### Summary
The specific case is triggered when state = 'present' and no stack set or stack instances are about to be created or deleted, but rather when resources inside the stack instances are af…
-
### 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
RPC Calls to MX480 on Junos 23.2R1-S1.6 not working
##### ISSUE TYPE
- Bug Report
##### COMPONENT NAME
ansible_collections.juniper.device.plugins.modules.rpc
####…
-
##### SUMMARY
Under certain circumstances ec2.py reports "The following group names are not valid:..." when the real problem the is named group does not exist, or duplicate group names were found. Th…
rob42 updated
2 years ago
-
### 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…