ansible-collection-hetzner-.../plugins
Jonas L 4bb02b9cd2
refactor: remove unneeded to_native calls (#477)
##### SUMMARY

Since we only support python >=3.8, the `to_native` python2/3
compatibility function is not needed anymore. We only keep it for
printing a traceback free exception message. Where a type conversion is
needed, we use the built-in `str()` function.
2024-03-27 14:11:30 +01:00
..
doc_fragments refactor: add future annotations imports (#398) 2023-11-23 14:53:10 +01:00
inventory refactor: remove unneeded to_native calls (#477) 2024-03-27 14:11:30 +01:00
module_utils deps: update dependency hcloud to v1.33.3 (#479) 2024-03-27 10:45:30 +01:00
modules refactor: remove unneeded to_native calls (#477) 2024-03-27 14:11:30 +01:00
__init__.py refactor: add plugins top level __init__ (#320) 2023-09-06 16:06:25 +02:00