Avoid direct type comparisons (#7085)

Avoid direct type comparisons.
This commit is contained in:
Felix Fontein 2023-08-11 09:00:54 +02:00 committed by GitHub
commit a8809401ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 19 additions and 16 deletions

View file

@ -0,0 +1,3 @@
bugfixes:
- "oci_utils module utils - avoid direct type comparisons (https://github.com/ansible-collections/community.general/pull/7085)."
- "proxmox_user_info - avoid direct type comparisons (https://github.com/ansible-collections/community.general/pull/7085)."