1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-02-04 07:51:50 +00:00
community.general/plugins
Alexei Znamensky 3b83df3f79
modules: update code to python3 (#10904)
* modules: update code to python3

* pamd: rollback changes

* add changelog frag

* fix/improve assignments using generators

* Update plugins/modules/launchd.py

Co-authored-by: Felix Fontein <felix@fontein.de>

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
2025-10-13 21:42:48 +02:00
..
action Fix __future__ imports, __metaclass__ = type, and remove explicit UTF-8 encoding statement for Python files (#10886) 2025-10-10 19:52:04 +02:00
become Fix __future__ imports, __metaclass__ = type, and remove explicit UTF-8 encoding statement for Python files (#10886) 2025-10-10 19:52:04 +02:00
cache update code to python3 (#10903) 2025-10-12 11:05:57 +02:00
callback update code to python3 (#10903) 2025-10-12 11:05:57 +02:00
connection update code to python3 (#10903) 2025-10-12 11:05:57 +02:00
doc_fragments Fix __future__ imports, __metaclass__ = type, and remove explicit UTF-8 encoding statement for Python files (#10886) 2025-10-10 19:52:04 +02:00
filter use f-strings (#10899) 2025-10-11 11:59:28 +02:00
inventory update code to python3 (#10903) 2025-10-12 11:05:57 +02:00
lookup use f-strings (#10899) 2025-10-11 11:59:28 +02:00
module_utils update code to python3 (#10903) 2025-10-12 11:05:57 +02:00
modules modules: update code to python3 (#10904) 2025-10-13 21:42:48 +02:00
plugin_utils use f-strings (#10899) 2025-10-11 11:59:28 +02:00
test Fix __future__ imports, __metaclass__ = type, and remove explicit UTF-8 encoding statement for Python files (#10886) 2025-10-10 19:52:04 +02:00