Move Proxmox HAS_PROXMOXER check into module_utils. (#4030)

* Move Proxmox `HAS_PROXMOXER` check into `module_utils`.

* Fix tests.

* Fix typo.

* Update changelog entry.
This commit is contained in:
Markus Reiter
2022-01-16 20:13:47 +01:00
committed by GitHub
parent 3faffe8f47
commit 761fbe4fa3
9 changed files with 16 additions and 24 deletions

View File

@@ -0,0 +1,3 @@
---
minor_changes:
- proxmox modules - move ``HAS_PROXMOXER`` check into ``module_utils`` (https://github.com/ansible-collections/community.general/pull/4030).