[PR #9239/005c8f50 backport][stable-10] proxmox_backup: refactor permission checking (#9341)

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

(cherry picked from commit 005c8f50db)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot] 2024-12-23 19:20:29 +01:00 committed by GitHub
parent 474c7a7240
commit 2d12c6678c
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).