-
### Summary
The Ansible documentation declares the field value data type as a list, however that is not accurate. In fact, the data type is a string. Some places neglect to clarify that the string …
-
##### 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
The lookup plugin aws-account-attribute-lookup
located at https://docs.ansible.com/ansible/latest/collections/amazon/aws/aws_account_attribute_lookup.html#ansible-collections-amazon-aw…
-
Hi Together,
Today i tried to get some Monitor Fact Information from Fortigate (Forti OS 7.0.9). The retrieving of the facts works as expected, but it is not possible to format the Results with the…
-
### 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…
-
After the iosxr_interface has configured a subinterface, changing the ip address on the same interface throws an error:
Plan result:
```
Terraform will perform the following actions:
# iosxr…
-
Hello all,
I encountered an error while executing a task to create VPN peers with IPsec policy and query the VPN using Ansible. Below is the error message:
```
TASK [site-to-site_vpn : Create VP…
-
##### SUMMARY
We have many cases when creates automation deployments/uses cases, where we have the necessity to replace full configuration , I've seen in other modules that have this abilit…