mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-08 07:04:23 -07:00
[stable-10] Backport fixes from community.proxmox (#10553)
* Import paramiko directly.8f90ab075c
* Remove deprecated disable_lookups parameter.c0fc31241b
This commit is contained in:
parent
1e397ace75
commit
4c7f64b121
5 changed files with 17 additions and 6 deletions
2
changelogs/fragments/108--disable_lookups.yml
Normal file
2
changelogs/fragments/108--disable_lookups.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- "proxmox inventory plugin - avoid using deprecated option when templating options (https://github.com/ansible-collections/community.proxmox/pull/108, https://github.com/ansible-collections/community.general/pull/10553)."
|
3
changelogs/fragments/151-connection-paramiko.yml
Normal file
3
changelogs/fragments/151-connection-paramiko.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
bugfixes:
|
||||
- "proxmox_pct_remote connection plugin - avoid deprecated ansible-core paramiko import helper, import paramiko directly instead
|
||||
(https://github.com/ansible-collections/community.proxmox/issues/146, https://github.com/ansible-collections/community.proxmox/pull/151, https://github.com/ansible-collections/community.general/pull/10553)."
|
Loading…
Add table
Add a link
Reference in a new issue