mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-05 17:55:11 +00:00
* improve ansible_host in proxmox inventory plugin I had this issue myself and found out there was already an issue thread: https://github.com/ansible-collections/community.general/issues/5906 this fixes the issue for hope we can all benefit after this gets merged * f string styling * add log line for the successful address selection * remove white space * add changelog: 9952-proxmox-inventory-plugin-improve-ansible_host.yml * Update changelogs/fragments/9952-proxmox-inventory-plugin-improve-ansible_host.yml Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
2 lines
242 B
YAML
2 lines
242 B
YAML
bugfixes:
|
|
- proxmox inventory plugin - fix ``ansible_host`` staying empty for certain Proxmox nodes (https://github.com/ansible-collections/community.general/issues/5906, https://github.com/ansible-collections/community.general/pull/9952).
|