CI: Add stable-2.19 (#1095)

* Add ignore-2.20.txt.

* Add stable-2.19 to CI.
This commit is contained in:
Felix Fontein
2025-07-01 07:30:08 +02:00
committed by GitHub
parent c8fc5bc175
commit e1347723d1
3 changed files with 50 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
plugins/modules/docker_container_copy_into.py validate-modules:undocumented-parameter # _max_file_size_for_diff is used by the action plugin
plugins/module_utils/_api/api/client.py pylint:use-yield-from # suggested construct does not work with Python 2
plugins/module_utils/_api/utils/build.py pylint:use-yield-from # suggested construct does not work with Python 2
tests/unit/plugins/module_utils/test_copy.py pylint:use-yield-from # suggested construct does not work with Python 2