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
David Lundgren 44ca366173
sysrc: refactor (#10417)
* sysrc: refactor

* sysrc: refactor changelog fragment

* sysrc: forgot the os import

* sysrc: update test to edit the correct file

* sysrc: Added copyright info to the test conf file

* sysrc: Added full copyright info to the test conf file

* sysrc: Detect permission denied when using sysrc

* sysrc: Fixed the permission check and 2.7 compatibility

* sysrc: Fix typo of import

* sysrc: Fix err.find check

* sysrc: Add bugfixes changelog fragment

* sysrc: Use `StateModuleHelper`

* sysrc: updated imports

* sysrc: remove re import and set errno.EACCES on the OSError

* sysrc: format code properly

* sysrc: fix Python 2.7 compatibility and set changed manually

* sysrc: add missing name format check

Also use `self.module.fail_json` through out

* sysrc: Removed os import by accident

* sysrc: updated per review, and the way the existing value is retrieved
2025-07-28 19:01:44 +02:00
..
action action/become/cache/callback: adjust import __future__ for Python3 (#9583) 2025-01-20 19:36:21 +01:00
become fix style in plugins (#10302) 2025-07-02 01:15:50 +12:00
cache fix style in plugins (#10302) 2025-07-02 01:15:50 +12:00
callback logstash: Remove reference to Python 2 library (#10345) 2025-07-08 22:19:37 +02:00
connection incus_connection: Improve error handling (#10349) 2025-07-07 20:52:55 +02:00
doc_fragments fix style in plugins (#10302) 2025-07-02 01:15:50 +12:00
filter fix style in plugins (#10303) 2025-07-02 01:15:01 +12:00
inventory fix style in plugins (#10303) 2025-07-02 01:15:01 +12:00
lookup dependent lookup: avoid deprecated ansible-core 2.19 functionality (#10359) 2025-07-08 06:40:54 +02:00
module_utils pacemaker_cluster: enhancements and add unit tests (#10227) 2025-07-14 07:48:36 +02:00
modules sysrc: refactor (#10417) 2025-07-28 19:01:44 +02:00
plugin_utils Make ready for data tagging (#9833) 2025-04-14 19:04:26 +02:00
test Adjust YAML in plugin docs (#10234) 2025-06-16 17:46:01 +02:00