proxmox_backup: refactor permission checking (#9239)

* proxmox_backup: refactor permission checking

* add changelog frag

* Update plugins/modules/proxmox_backup.py

* Update plugins/modules/proxmox_backup.py

* Update plugins/modules/proxmox_backup.py

* Update plugins/modules/proxmox_backup.py

For consistency

* Update plugins/modules/proxmox_backup.py

* yet another missing slash
This commit is contained in:
Alexei Znamensky 2024-12-24 06:56:37 +13:00 committed by GitHub
commit 005c8f50db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 61 additions and 114 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- proxmox_backup - refactor permission checking to improve code readability and maintainability (https://github.com/ansible-collections/community.general/pull/9239).