Felix Fontein
236b9c0e04
Sort imports with ruff check --fix ( #11400 )
...
Sort imports with ruff check --fix.
2026-01-09 07:40:58 +01:00
Alexei Znamensky
634be713bb
replace batch of redundant to_native() occurrences ( #11098 )
...
* replace batch of redundant to_native() occurrences
* add changelog frag
2025-11-11 19:10:00 +13:00
Alexei Znamensky
a9a4f89033
remove required=false from docs ( #11055 )
2025-11-09 08:27:06 +01:00
Felix Fontein
340ff8586d
Reformat everything.
2025-11-01 13:46:53 +01:00
Alexei Znamensky
0ef2235929
modules bc*: use f-strings ( #10945 )
...
* modules bc*: use f-strings
* no quotes or backticks inside f-strs
* add changelog frag
* rename chglof frag file
* rename chglof frag file
* copr: re-applied change maintain original logic
2025-10-25 01:45:40 +02:00
Felix Fontein
8f8a0e1d7c
Fix __future__ imports, __metaclass__ = type, and remove explicit UTF-8 encoding statement for Python files ( #10886 )
...
* Adjust all __future__ imports:
for i in $(grep -REl "__future__.*absolute_import" plugins/ tests/); do
sed -e 's/from __future__ import .*/from __future__ import annotations/g' -i $i;
done
* Remove all UTF-8 encoding specifications for Python source files:
for i in $(grep -REl '[-][*]- coding: utf-8 -[*]-' plugins/ tests/); do
sed -e '/^# -\*- coding: utf-8 -\*-/d' -i $i;
done
* Remove __metaclass__ = type:
for i in $(grep -REl '__metaclass__ = type' plugins/ tests/); do
sed -e '/^__metaclass__ = type/d' -i $i;
done
2025-10-10 19:52:04 +02:00
Alexei Znamensky
736ce1983d
arg_spec adjustments: modules [a-f]* ( #10494 )
...
* arg_spec adjustments: modules [a-f]*
* add changelog frag
* Update changelogs/fragments/10494-rfdn-1.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
2025-07-28 18:44:25 +02:00
Alexei Znamensky
7a4448d45c
doc style adjustments: modules [ab]* ( #10350 )
...
* doc style adjustments: modules [ab]*
* Update plugins/modules/btrfs_subvolume.py
* Update plugins/modules/aerospike_migrations.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/aix_filesystem.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/bigpanda.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* aix_filesystems: roll back wording for `filesystem` description
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
2025-07-07 20:50:35 +02:00
Alexei Znamensky
aac7199087
(abc*, doc frags): style adjustments ( #9534 )
2025-01-06 21:50:53 +01:00
Alexei Znamensky
2a2a9661d9
[ab]*.py: normalize docs ( #9421 )
...
* [ab]*.py: normalize docs
* Update plugins/modules/atomic_image.py
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
2024-12-27 14:29:15 +01:00
Alexei Znamensky
d074af8d09
minor quoting fix in doc ( #6904 )
2023-07-11 18:28:34 +12:00
Felix Fontein
13e9e4b196
Add more semantic markup ( #6744 )
...
Add more semantic markup.
2023-06-20 08:14:02 +02:00
Felix Fontein
b4a500103a
Add attributes to more modules (2/4) ( #5966 )
...
Add attributes to more modules.
2023-02-20 17:29:41 +01:00
Felix Fontein
b531ecdc9b
Unflatmap community.general ( #5461 )
...
* Move files.
* Update imports and references.
* Move wrongly placed files.
* Reverse redirects, deprecate long → short name redirects.
* Simplify contribution guidelines for new modules.
* Rewrite BOTMETA.
* Add changelog fragment.
* Fix ignore.txt files.
2022-11-02 20:42:29 +00:00
Felix Fontein
7743ecd776
Replace symlinks with meta/runtime.yml redirects. ( #4562 )
2022-04-26 20:33:13 +02:00
Brian Coca
8f90360d49
make collection usable with current ansible vers ( #9 )
2020-03-11 14:10:38 +00:00