-
when trying to include this role with the following `requirements.yml` the jm1.virtual_pkg is not installed when running `ansible-galaxy install -r requirements.yml`
```
---
- src: https://github…
-
##### SUMMARY
Trying to delete records (`state: absent`) using community.windows.win_dns_record results in a task failure but the actual record gets deleted. If I rerun the task to delete t…
-
### Summary
I want to check if VM exists by its name (to workaround another issue #1964). But it fails if VM doesn't exist.
### Steps to Reproduce
```
- name: Check if VM exists
proxmox_kvm…
Vanav updated
9 months ago
-
### Summary
I've found some unexpected behavior with role's dependency and `argument_spec` mechanisms
There are two roles: `role_a` and `role_b`. `role_b` has `role_a` as a dependency. Both role…
-
##### SUMMARY
Executing the module `docker_container` in check mode always reports a change when referencing a `tag` and `digest` for an image at the same time, e.g
```yaml
- docker_contai…
-
##### SUMMARY
vmware_deploy_ovf module ignores the *esxi_hostname* property and places VM on other esxis in cluster. Practically the same issue with https://github.com/ansible-collections/c…
-
##### SUMMARY
Can't modify CPU or Memory after a VM is created.
##### ISSUE TYPE
- Bug Report
##### COMPONENT NAME
`vmware_guest`
##### ANSIBLE VERSION
```paste below
ansib…
-
##### SUMMARY
When using ansible.posix.synchronize to pull from a target that is dual stacked with both IPv4 and IPv6, where the control server only has IPv4 will fail with "No route to host" as …
-
Firstly, thank you for creating and maintaining all the ansible roles that you do! You are doing a great job.
I have posted the error over on stackoverflow: https://stackoverflow.com/questions/503057…
-
Currently the repo handles python modules, pip, etc. Would be great to have it also scrape existing installed Ansible Collections on the Tower nodes (collection name and version). This would be added …