-
### Summary
Hello!
When I configure a Windows machine to use multiple `ansible_facts_modules`, I get `Unexpected failure during module execution: 'ansible_job_id'` during the gathering facts stage…
-
### Summary
The winRM error
"winrm connection error: HTTPSConnectionPool(host='1.2.3.4', port=5986): Read timed out. (read timeout=nnn)"
is thrown and causes the ansible task to fail. It ha…
-
Hi. I'd like to use proxmoxer for an ansible collection I'm writing that implements all of the PVE API paths. Ansible modules (generally) get run on the target host, which means using the local backen…
-
### Summary
I'm using the `tss` lookup module to lookup a secret by ID. I've used a Python script to look up the same secret fine so I know the details are correct, however when I run the following I…
-
### Please confirm the following
- [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
- [X] I have checked the [current is…
-
Re: https://github.com/ansible/ansible-modules-core/pull/2748, https://github.com/ansible/ansible-modules-core/pull/2747 - bot is not handling this situation properly, wants to assign it to someone wh…
-
syntastic: error: checker output:
ansible-lint ^[[1;36m6.15^[[0m^[[1;36m.^[[0m^[[1;36m0^[[0m using ansible ^[[1;36m2.14^[[0m^[[1;36m.^[[0m^[[1;36m1^[[0m
syntastic: error: checker ansible/ansible_lin…
-
### Describe the bug
I am using the module nsxt_certificates.py and when i try to create the certificate, i get an error
`The full traceback is:
Traceback (most recent call last):
File "/tmp/an…
-
### Summary
In the docs one of the available for options for state is apparently 'current':
https://docs.ansible.com/ansible/latest/collections/community/general/proxmox_kvm_module.html#paramete…
-
Problem with detaching and attaching LUN disks from/to VM with ansible modules "ovirt_disk" (via GUI all works as expected).
The module at some point tries to check a storage_profile of the disk, but…