modules: update code to python3 (#10904)
Some checks failed
EOL CI / EOL Sanity (Ⓐ2.17) (push) Has been cancelled
EOL CI / EOL Units (Ⓐ2.17+py3.10) (push) Has been cancelled
EOL CI / EOL Units (Ⓐ2.17+py3.12) (push) Has been cancelled
EOL CI / EOL Units (Ⓐ2.17+py3.7) (push) Has been cancelled
EOL CI / EOL I (Ⓐ2.17+alpine319+py:azp/posix/1/) (push) Has been cancelled
EOL CI / EOL I (Ⓐ2.17+alpine319+py:azp/posix/2/) (push) Has been cancelled
EOL CI / EOL I (Ⓐ2.17+alpine319+py:azp/posix/3/) (push) Has been cancelled
EOL CI / EOL I (Ⓐ2.17+fedora39+py:azp/posix/1/) (push) Has been cancelled
EOL CI / EOL I (Ⓐ2.17+fedora39+py:azp/posix/2/) (push) Has been cancelled
EOL CI / EOL I (Ⓐ2.17+fedora39+py:azp/posix/3/) (push) Has been cancelled
EOL CI / EOL I (Ⓐ2.17+ubuntu2004+py:azp/posix/1/) (push) Has been cancelled
EOL CI / EOL I (Ⓐ2.17+ubuntu2004+py:azp/posix/2/) (push) Has been cancelled
EOL CI / EOL I (Ⓐ2.17+ubuntu2004+py:azp/posix/3/) (push) Has been cancelled
nox / Run extra sanity tests (push) Has been cancelled

* 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>
This commit is contained in:
Alexei Znamensky 2025-10-14 08:42:48 +13:00 committed by GitHub
commit 3b83df3f79
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
29 changed files with 113 additions and 86 deletions

View file

@ -0,0 +1,30 @@
minor_changes:
- bitbucket_access_key - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904).
- bitbucket_pipeline_known_host - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904).
- bitbucket_pipeline_variable - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904).
- bzr - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904).
- capabilities - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904).
- gitlab_milestone - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904).
- haproxy - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904).
- homebrew - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904).
- homebrew_cask - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904).
- hwc_network_vpc - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904).
- hwc_smn_topic - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904).
- idrac_redfish_config - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904).
- idrac_redfish_info - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904).
- influxdb_retention_policy - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904).
- ini_file - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904).
- interfaces_file - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904).
- launchd - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904).
- logentries - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904).
- packet_sshkey - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904).
- pamd - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904).
- taiga_issue - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904).
- vdo - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904).
- vertica_role - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904).
- vertica_schema - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904).
- vertica_user - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904).
- vexata_eg - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904).
- vexata_volume - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904).
- xcc_redfish_command - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904).
- zypper - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904).