mirror of https://github.com/ansible/ansible.git
VMware: handle permission denied while reading facts (#38868)
This fix adds exception handling which is raised when user
does not have correct set of permissions/privileges to read virtual machine
facts especially host system configuration.
Fixes: #37056
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
(cherry picked from commit efc3f4f824
)
pull/38877/head
parent
5f8758d6a3
commit
bb50c65769
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- Adds exception handling which is raised when user does not have correct set of permissions/privileges to read virtual machine facts.
|
Loading…
Reference in New Issue