Package: ansible-core / 2.19.3-1

Metadata

Package Version Patches format
ansible-core 2.19.3-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
use py3.patch | (download)

lib/ansible/cli/adhoc.py | 2 1 + 1 - 0 !
lib/ansible/cli/config.py | 2 1 + 1 - 0 !
lib/ansible/cli/console.py | 2 1 + 1 - 0 !
lib/ansible/cli/doc.py | 2 1 + 1 - 0 !
lib/ansible/cli/galaxy.py | 2 1 + 1 - 0 !
lib/ansible/cli/inventory.py | 2 1 + 1 - 0 !
lib/ansible/cli/playbook.py | 2 1 + 1 - 0 !
lib/ansible/cli/pull.py | 2 1 + 1 - 0 !
lib/ansible/cli/vault.py | 2 1 + 1 - 0 !
lib/ansible/plugins/inventory/script.py | 2 1 + 1 - 0 !
packaging/cli-doc/build.py | 2 1 + 1 - 0 !
packaging/release.py | 2 1 + 1 - 0 !
test/integration/targets/ansible-config/files/ini_dupes.py | 2 1 + 1 - 0 !
test/integration/targets/ansible-galaxy-collection/files/build_bad_tar.py | 2 1 + 1 - 0 !
test/integration/targets/ansible-galaxy-role/files/create-role-archive.py | 2 1 + 1 - 0 !
test/integration/targets/ansible-test-container/runme.py | 2 1 + 1 - 0 !
test/integration/targets/ansible-test-integration-targets/test.py | 2 1 + 1 - 0 !
test/integration/targets/ansible-test-no-tty/ansible_collections/ns/col/run-with-pty.py | 2 1 + 1 - 0 !
test/integration/targets/ansible-test-no-tty/ansible_collections/ns/col/tests/integration/targets/no-tty/assert-no-tty.py | 2 1 + 1 - 0 !
test/integration/targets/ansible-test/venv-pythons.py | 2 1 + 1 - 0 !
test/integration/targets/ansible-vault/faux-editor.py | 2 1 + 1 - 0 !
test/integration/targets/ansible-vault/password-script.py | 2 1 + 1 - 0 !
test/integration/targets/ansible-vault/test-vault-client.py | 2 1 + 1 - 0 !
test/integration/targets/binary_modules/build.py | 2 1 + 1 - 0 !
test/integration/targets/blocks/runme.sh | 8 4 + 4 - 0 !
test/integration/targets/builtin_vars_prompt/test-vars_prompt.py | 2 1 + 1 - 0 !
test/integration/targets/cli/test-cli.py | 2 1 + 1 - 0 !
test/integration/targets/cli/test_k_and_K.py | 2 1 + 1 - 0 !
test/integration/targets/collection/update-ignore.py | 2 1 + 1 - 0 !
test/integration/targets/debugger/test_run_once.py | 2 1 + 1 - 0 !
test/integration/targets/fork_safe_stdio/run-with-pty.py | 2 1 + 1 - 0 !
test/integration/targets/gathering/uuid.fact | 2 1 + 1 - 0 !
test/integration/targets/gathering_facts/uuid.fact | 2 1 + 1 - 0 !
test/integration/targets/inventory_script/script_inventory_fixture.py | 2 1 + 1 - 0 !
test/integration/targets/module_utils/module_utils/sub/bam.py | 2 1 + 1 - 0 !
test/integration/targets/module_utils/module_utils/sub/bam/bam.py | 2 1 + 1 - 0 !
test/integration/targets/packaging_cli-doc/verify.py | 2 1 + 1 - 0 !
test/integration/targets/pause/test-pause.py | 2 1 + 1 - 0 !
test/integration/targets/pip/files/setup.py | 2 1 + 1 - 0 !
test/integration/targets/playbook_output_validator/filter.py | 2 1 + 1 - 0 !
test/integration/targets/service/files/ansible_test_service.py | 2 1 + 1 - 0 !
test/integration/targets/service_facts/files/ansible_test_service.py | 2 1 + 1 - 0 !
test/integration/targets/template/role_filter/filter_plugins/myplugin.py | 2 1 + 1 - 0 !
test/integration/targets/test_utils/scripts/timeout.py | 2 1 + 1 - 0 !
test/integration/targets/throttle/test_throttle.py | 2 1 + 1 - 0 !
test/integration/targets/var_precedence/ansible-var-precedence-check.py | 2 1 + 1 - 0 !
test/lib/ansible_test/_util/target/cli/ansible_test_cli_stub.py | 2 1 + 1 - 0 !
47 files changed, 50 insertions(+), 50 deletions(-)

 use py3

fix integration tests.patch | (download)

test/integration/targets/unarchive/tasks/test_different_language_var.yml | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 fix integration tests unarchive
fix integration test apt.patch | (download)

test/integration/targets/apt/tasks/apt.yml | 20 10 + 10 - 0 !
test/integration/targets/apt/tasks/repo.yml | 11 11 + 0 - 0 !
2 files changed, 21 insertions(+), 10 deletions(-)

 fix apt integration test
fix play tags handler regression.patch | (download)

changelogs/fragments/85475-fix-flush_handlers-play-tags.yml | 2 2 + 0 - 0 !
lib/ansible/playbook/block.py | 4 1 + 3 - 0 !
lib/ansible/playbook/play.py | 14 2 + 12 - 0 !
test/integration/targets/handlers/runme.sh | 7 7 + 0 - 0 !
test/integration/targets/handlers/tagged_play.yml | 12 11 + 1 - 0 !
5 files changed, 23 insertions(+), 16 deletions(-)

 [patch] [stable-2.19] don't special case implicit meta tasks when
 filtering on tags (#85805)

* Don't special case implicit meta tasks when filtering on tags

Fixes #85475
(cherry picked from commit 313c6f6b4d643ee40dff0a8b6f767fa4400964ae)

Co-authored-by: Martin Krizek <martin.krizek@gmail.com>