ansible-core 2.19.0b1__py3-none-any.whl → 2.19.0b3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- ansible/_internal/_ansiballz.py +1 -4
- ansible/_internal/_collection_proxy.py +47 -0
- ansible/_internal/_errors/_handler.py +4 -4
- ansible/_internal/_json/__init__.py +47 -4
- ansible/_internal/_json/_profiles/_legacy.py +2 -3
- ansible/_internal/_templating/_datatag.py +3 -4
- ansible/_internal/_templating/_engine.py +6 -1
- ansible/_internal/_templating/_jinja_bits.py +4 -4
- ansible/_internal/_templating/_jinja_plugins.py +7 -17
- ansible/cli/__init__.py +12 -5
- ansible/cli/arguments/option_helpers.py +4 -1
- ansible/cli/doc.py +14 -8
- ansible/config/base.yml +17 -20
- ansible/config/manager.py +2 -2
- ansible/constants.py +0 -62
- ansible/errors/__init__.py +6 -2
- ansible/executor/module_common.py +11 -7
- ansible/executor/process/worker.py +31 -26
- ansible/executor/task_executor.py +38 -31
- ansible/executor/task_queue_manager.py +62 -52
- ansible/executor/task_result.py +168 -72
- ansible/galaxy/api.py +1 -1
- ansible/galaxy/collection/__init__.py +3 -3
- ansible/inventory/manager.py +2 -1
- ansible/module_utils/_internal/_ansiballz.py +4 -30
- ansible/module_utils/_internal/_datatag/_tags.py +3 -25
- ansible/module_utils/_internal/_deprecator.py +134 -0
- ansible/module_utils/_internal/_plugin_info.py +25 -0
- ansible/module_utils/_internal/_validation.py +14 -0
- ansible/module_utils/ansible_release.py +1 -1
- ansible/module_utils/basic.py +68 -23
- ansible/module_utils/common/arg_spec.py +8 -3
- ansible/module_utils/common/messages.py +40 -23
- ansible/module_utils/common/process.py +0 -1
- ansible/module_utils/common/respawn.py +0 -7
- ansible/module_utils/common/warnings.py +13 -13
- ansible/module_utils/datatag.py +13 -13
- ansible/modules/async_status.py +1 -1
- ansible/modules/dnf5.py +1 -1
- ansible/modules/get_url.py +1 -1
- ansible/parsing/utils/jsonify.py +40 -0
- ansible/parsing/yaml/objects.py +16 -5
- ansible/playbook/included_file.py +25 -12
- ansible/playbook/task.py +0 -2
- ansible/plugins/__init__.py +18 -8
- ansible/plugins/action/__init__.py +6 -14
- ansible/plugins/action/gather_facts.py +2 -4
- ansible/plugins/callback/__init__.py +173 -86
- ansible/plugins/callback/default.py +79 -79
- ansible/plugins/callback/junit.py +20 -19
- ansible/plugins/callback/minimal.py +17 -17
- ansible/plugins/callback/oneline.py +23 -16
- ansible/plugins/callback/tree.py +13 -6
- ansible/plugins/connection/local.py +1 -1
- ansible/plugins/connection/paramiko_ssh.py +9 -2
- ansible/plugins/doc_fragments/action_core.py +1 -1
- ansible/plugins/filter/core.py +12 -2
- ansible/plugins/inventory/__init__.py +2 -2
- ansible/plugins/loader.py +194 -130
- ansible/plugins/lookup/url.py +2 -2
- ansible/plugins/strategy/__init__.py +76 -82
- ansible/plugins/strategy/free.py +4 -4
- ansible/plugins/strategy/linear.py +11 -9
- ansible/plugins/test/core.py +1 -1
- ansible/release.py +1 -1
- ansible/template/__init__.py +8 -6
- ansible/utils/collection_loader/_collection_meta.py +5 -3
- ansible/utils/display.py +141 -79
- ansible/utils/py3compat.py +1 -7
- ansible/utils/ssh_functions.py +4 -1
- ansible/utils/vars.py +23 -0
- ansible/vars/clean.py +1 -1
- ansible/vars/manager.py +18 -27
- ansible/vars/plugins.py +4 -4
- {ansible_core-2.19.0b1.dist-info → ansible_core-2.19.0b3.dist-info}/METADATA +1 -1
- {ansible_core-2.19.0b1.dist-info → ansible_core-2.19.0b3.dist-info}/RECORD +89 -85
- ansible_test/_internal/commands/sanity/pylint.py +1 -0
- ansible_test/_internal/docker_util.py +4 -3
- ansible_test/_util/controller/sanity/pylint/plugins/deprecated_calls.py +475 -0
- ansible_test/_util/controller/sanity/pylint/plugins/deprecated_comment.py +137 -0
- ansible/module_utils/_internal/_dataclass_annotation_patch.py +0 -64
- ansible/module_utils/_internal/_plugin_exec_context.py +0 -49
- ansible_test/_util/controller/sanity/pylint/plugins/deprecated.py +0 -399
- {ansible_core-2.19.0b1.dist-info → ansible_core-2.19.0b3.dist-info}/Apache-License.txt +0 -0
- {ansible_core-2.19.0b1.dist-info → ansible_core-2.19.0b3.dist-info}/BSD-3-Clause.txt +0 -0
- {ansible_core-2.19.0b1.dist-info → ansible_core-2.19.0b3.dist-info}/COPYING +0 -0
- {ansible_core-2.19.0b1.dist-info → ansible_core-2.19.0b3.dist-info}/MIT-license.txt +0 -0
- {ansible_core-2.19.0b1.dist-info → ansible_core-2.19.0b3.dist-info}/PSF-license.txt +0 -0
- {ansible_core-2.19.0b1.dist-info → ansible_core-2.19.0b3.dist-info}/WHEEL +0 -0
- {ansible_core-2.19.0b1.dist-info → ansible_core-2.19.0b3.dist-info}/entry_points.txt +0 -0
- {ansible_core-2.19.0b1.dist-info → ansible_core-2.19.0b3.dist-info}/simplified_bsd.txt +0 -0
- {ansible_core-2.19.0b1.dist-info → ansible_core-2.19.0b3.dist-info}/top_level.txt +0 -0
@@ -1,11 +1,12 @@
|
|
1
1
|
ansible/__init__.py,sha256=lcN6K0RviF9nJ6bUtvmwp26GEEy7CzyYivFJ6JIsziA,1215
|
2
2
|
ansible/__main__.py,sha256=24j-7-YT4lZ2fmV80JD-VRoYBnxR7YoP_VP-orJtDt0,796
|
3
|
-
ansible/constants.py,sha256=
|
3
|
+
ansible/constants.py,sha256=k56yPdrVjMtHb6nRDOX192KcjiixSwdbJPtzIxox3RA,7912
|
4
4
|
ansible/context.py,sha256=oKYyfjfWpy8vDeProtqfnqSmuij_t75_5e5t0U_hQ1g,1933
|
5
5
|
ansible/keyword_desc.yml,sha256=5rGCsr-0B8w2D67qBD6q_2WFxfqj9ieb0V_2J-dZJ5E,7547
|
6
|
-
ansible/release.py,sha256=
|
6
|
+
ansible/release.py,sha256=d4NSvjjXAXUynpLHVr5I_-EukeLwMyyCwiGLUFbowlY,854
|
7
7
|
ansible/_internal/__init__.py,sha256=Ox3RPuKbwNiMj7aIZj-5JGVbPtKhjlfpb2Ed_AwIoPk,2208
|
8
|
-
ansible/_internal/_ansiballz.py,sha256=
|
8
|
+
ansible/_internal/_ansiballz.py,sha256=OL2FCN0jOjg1a8diutsNcs_mr0dqO7SgJPmrYCKfo1Y,11649
|
9
|
+
ansible/_internal/_collection_proxy.py,sha256=F7sde4HIxwZVszF1bYkbcNvNsy233rAEjn2OV5ENx90,1235
|
9
10
|
ansible/_internal/_locking.py,sha256=8jMXsKSNCKVZRUesZWb5Hx45g9UVVZ9JXUa_fq2004Q,669
|
10
11
|
ansible/_internal/_task.py,sha256=NCEF3sPxt99n4Gk-e00A9Ce52duffThJm0qlmgkm0nQ,3293
|
11
12
|
ansible/_internal/_wrapt.py,sha256=CLgu2S5V4NmJ9pPFIKarhqiiwAQxni5ISgr-TxARWuE,37963
|
@@ -15,26 +16,26 @@ ansible/_internal/_datatag/_utils.py,sha256=YCtUuzsEuu-m_WuDky8JKvbp432xJ7S-UJQP
|
|
15
16
|
ansible/_internal/_datatag/_wrappers.py,sha256=MNF_vK0Ib03U56T5W0sFbshV6RlV1gfuN6YhpVxVAIg,1137
|
16
17
|
ansible/_internal/_errors/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
17
18
|
ansible/_internal/_errors/_captured.py,sha256=UXIzFiUMZVAGYlrc2dBJDmRYYDLgj6zOOSaLth7Br5Q,4919
|
18
|
-
ansible/_internal/_errors/_handler.py,sha256=
|
19
|
+
ansible/_internal/_errors/_handler.py,sha256=4ZX27G_jrDsomR28OVC0A9WRponpte5V-QGq5ZcDzeE,3455
|
19
20
|
ansible/_internal/_errors/_utils.py,sha256=LKS9CRb8OobJTlLjs0poHiVqmzIdLB7BIW3m3fzLFbQ,11942
|
20
|
-
ansible/_internal/_json/__init__.py,sha256=
|
21
|
+
ansible/_internal/_json/__init__.py,sha256=2YuemYC6eksqn2wmkfSQh118EPIZCMYTvH6dB6kJU8A,8826
|
21
22
|
ansible/_internal/_json/_legacy_encoder.py,sha256=clXiPnJ2aR5McuSbajugTPW2wav1wwklivxDKWZ1iFw,1646
|
22
23
|
ansible/_internal/_json/_profiles/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
23
24
|
ansible/_internal/_json/_profiles/_cache_persistence.py,sha256=PGtAPvMQdC6yHJcHz3HYkkmRMH8SkE4nOjhIg3SMdRA,1817
|
24
25
|
ansible/_internal/_json/_profiles/_inventory_legacy.py,sha256=Ni04UumOesrsq29l4L96LD0pxYZM2u2NVBzCxQ2BuoE,1090
|
25
|
-
ansible/_internal/_json/_profiles/_legacy.py,sha256=
|
26
|
+
ansible/_internal/_json/_profiles/_legacy.py,sha256=89MjLp4Tw7eBoTIw8GuRdWQcBMaqbNbW0Mjf18LYrjA,7897
|
26
27
|
ansible/_internal/_plugins/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
27
28
|
ansible/_internal/_plugins/_cache.py,sha256=jwVeVm-ZJJaNqdyq7aS4Zt41C6VKyRO_DdwXaVBXWGc,1989
|
28
29
|
ansible/_internal/_templating/__init__.py,sha256=ABL3nrJpUrYWkU7ZDLPPU0ReEx8GubISi73iaEmfS0k,477
|
29
30
|
ansible/_internal/_templating/_access.py,sha256=dse4dr0TRpZdRbZLfg0VJ7wigNm2iS4DA-JEK6LoTLc,3467
|
30
31
|
ansible/_internal/_templating/_chain_templar.py,sha256=VArYtkVpa0mZY2AhSL_Re2McPxM_lcgZupcDNwb4wB8,2256
|
31
|
-
ansible/_internal/_templating/_datatag.py,sha256=
|
32
|
-
ansible/_internal/_templating/_engine.py,sha256=
|
32
|
+
ansible/_internal/_templating/_datatag.py,sha256=QmDU9CBaiGxT5IBtWmpiQpLnHB4YeLP8I_ow9kgf58g,3831
|
33
|
+
ansible/_internal/_templating/_engine.py,sha256=MGdLke5PypD4kZ96VvwAdfAPGdxzq0OW0DutTIvCj1c,28223
|
33
34
|
ansible/_internal/_templating/_errors.py,sha256=3dxLGu1NLft-9GDuNKNc1K4OIDaduAzFYkNOYBNAYCI,1302
|
34
|
-
ansible/_internal/_templating/_jinja_bits.py,sha256=
|
35
|
+
ansible/_internal/_templating/_jinja_bits.py,sha256=JWw3WLickQ9daAAf6F_9h6CMZPW2PxIbFmLiDx3Va1A,47181
|
35
36
|
ansible/_internal/_templating/_jinja_common.py,sha256=hJYrV2cKQh5zj6u3Mkr-XWnaRWSU5sDzDN1zQ3UBZA0,12315
|
36
37
|
ansible/_internal/_templating/_jinja_patches.py,sha256=O_1GHYLEYtu1f2g0iSb3GDBrQMk1Qbh43H4CUEP9wcE,1412
|
37
|
-
ansible/_internal/_templating/_jinja_plugins.py,sha256=
|
38
|
+
ansible/_internal/_templating/_jinja_plugins.py,sha256=oeR_jU2VdplZ5uzio2Gn5fM4LmqC0fn2l1ztUDPnG9Q,15160
|
38
39
|
ansible/_internal/_templating/_lazy_containers.py,sha256=Yjc4qr1XjyOMCB2PR2U2qekbENvL_X68BBdyw26L_z4,27168
|
39
40
|
ansible/_internal/_templating/_marker_behaviors.py,sha256=EPQwotuBRagad5k9rGALlfCSV-CbNGXY6oA-DPp6dJ4,3439
|
40
41
|
ansible/_internal/_templating/_transform.py,sha256=UtyZhhcfMSLCz5WghfgUqcSgJtyVy2Xr05LOpYGK3r0,2495
|
@@ -62,19 +63,19 @@ ansible/_internal/ansible_collections/ansible/_protomatter/plugins/test/tagged.y
|
|
62
63
|
ansible/_internal/ansible_collections/ansible/_protomatter/plugins/test/tagged_with.py,sha256=A6vLIuZMi05Hwzvnm6mZ2besNBIoOGxcby4aM2zcD8M,453
|
63
64
|
ansible/_internal/ansible_collections/ansible/_protomatter/plugins/test/tagged_with.yml,sha256=sRbc5UjNAelH023-mXpQ9z_-17i36-7L_0ynKIRb3EM,520
|
64
65
|
ansible/_vendor/__init__.py,sha256=2QBeBwT7uG7M3Aw-pIdCpt6XPtHMCpbEKfACYKA7xIg,2033
|
65
|
-
ansible/cli/__init__.py,sha256=
|
66
|
+
ansible/cli/__init__.py,sha256=H62BdQKE6h82BIlz0MlOrMKqZE_Y2dW0n9HkqgUySv0,30733
|
66
67
|
ansible/cli/_ssh_askpass.py,sha256=hzDkbYV82KZHWTjbGCHvnDB3hWeYdwoXt-6kFkrkPHg,1365
|
67
68
|
ansible/cli/adhoc.py,sha256=z1IyIKaYi3tc7BFhwUauPYEx7hZjM7N8K5M1xW83Q-0,8391
|
68
69
|
ansible/cli/config.py,sha256=PJ9hQPhPaX4OsJ3Y6B5KOII0b09RieAJRg7-jD3jg3A,28607
|
69
70
|
ansible/cli/console.py,sha256=jDb5rEDpRT1reDGZycXwobNN6hzGRFAPke6IHLd-5cM,22010
|
70
|
-
ansible/cli/doc.py,sha256=
|
71
|
+
ansible/cli/doc.py,sha256=NDM10-ZzKxDM_p3l4miDAiE7FhLGkKct021FJQzROYs,70642
|
71
72
|
ansible/cli/galaxy.py,sha256=ldWsmRxTCN-HXipw1TZvDRJjYLZDPwS_LYIKcEZabqE,95246
|
72
73
|
ansible/cli/inventory.py,sha256=3nrD8YVpbtNXfdFCdUoMyMy6baPOyy1G4Ji8VEID-Vw,16293
|
73
74
|
ansible/cli/playbook.py,sha256=yPOYqwH5qcI6uCVI2k4GrSB0thWQLjlauJOD-sFx11I,10546
|
74
75
|
ansible/cli/pull.py,sha256=Bvc59o9KbLRlcKTCb_pzr-vcs2owDuThpQJlK05xYM8,18425
|
75
76
|
ansible/cli/vault.py,sha256=bG_8LZ697ohjjJqb7aDryQmc9ahQggiZA2IPmgyTDnA,23195
|
76
77
|
ansible/cli/arguments/__init__.py,sha256=_4taT82hZKKTzhdXKmIgqxWwuG21XZxF874V2k1e3us,168
|
77
|
-
ansible/cli/arguments/option_helpers.py,sha256=
|
78
|
+
ansible/cli/arguments/option_helpers.py,sha256=1-e0cOgvC0PSO-PuPeQmjZNi-ojSOjVeAJO7FNo6Tew,24256
|
78
79
|
ansible/cli/scripts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
79
80
|
ansible/cli/scripts/ansible_connection_cli_stub.py,sha256=Wz413NyoBudEJdQt6pw2UAB4IveHQma4XoHBzFSENt0,13122
|
80
81
|
ansible/collections/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -83,18 +84,18 @@ ansible/compat/__init__.py,sha256=CvyoCuJ9EdeWO3_nj5fBSQ495YP0tCbXhQ6cramBdGY,10
|
|
83
84
|
ansible/compat/importlib_resources.py,sha256=oCjsu8foADOkMNwRuWiRCjQxO8zEOc-Olc2bKo-Kgh0,572
|
84
85
|
ansible/config/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
85
86
|
ansible/config/ansible_builtin_runtime.yml,sha256=nwL_-rqEEmpuSHxZH70pJBiEosDKOPkYIboH3_7LVEY,376076
|
86
|
-
ansible/config/base.yml,sha256=
|
87
|
-
ansible/config/manager.py,sha256=
|
88
|
-
ansible/errors/__init__.py,sha256=
|
87
|
+
ansible/config/base.yml,sha256=PAt_Sqf-nV4B17PxOaA9L2nwcfcAB0jDU-AwHPiF3i8,89169
|
88
|
+
ansible/config/manager.py,sha256=sw68hqoHNdEfl9exqZOzXidbGVpzrK4dL-xSGQ9KY_A,29220
|
89
|
+
ansible/errors/__init__.py,sha256=7nJsA0zFSesC3xVN_qf4-47VQmZ4eWi6R9zTEBW7gUY,16111
|
89
90
|
ansible/executor/__init__.py,sha256=mRvbCJPA-_veSG5ka3v04G5vsarLVDeB3EWFsu6geSI,749
|
90
91
|
ansible/executor/interpreter_discovery.py,sha256=UWeAxnHknJCci2gG3zt6edx5Nj4WbHYfJVcmW_DzItY,3858
|
91
|
-
ansible/executor/module_common.py,sha256=
|
92
|
+
ansible/executor/module_common.py,sha256=gr0Rz-gSE-cGKLms-G-PejNHNE45K0e792C2vXMDspA,59432
|
92
93
|
ansible/executor/play_iterator.py,sha256=OY0W7x3F7VUQCjWIogkPqhvm7SFnxOXR5anlqJjHeHY,32282
|
93
94
|
ansible/executor/playbook_executor.py,sha256=5wjvqw22RG4g_JlYDQnLFrUEa8aYQBWdgKhEpNonhKQ,14806
|
94
95
|
ansible/executor/stats.py,sha256=Rw-Q73xYvXnYOt-LJFnHAR03NvVR3ESgbMkHnVGhIPI,3180
|
95
|
-
ansible/executor/task_executor.py,sha256=
|
96
|
-
ansible/executor/task_queue_manager.py,sha256=
|
97
|
-
ansible/executor/task_result.py,sha256=
|
96
|
+
ansible/executor/task_executor.py,sha256=EJhxQCtz4W6ERZ78o1_xm1h6bMQUwYZoCFKqw-PKU6c,62608
|
97
|
+
ansible/executor/task_queue_manager.py,sha256=aOO0CLUx6zDHG8836NhNVvxf2aZBe-8RVpKtccWXHDs,20785
|
98
|
+
ansible/executor/task_result.py,sha256=GEo2atii06heQ_4eP5BaajpA6nAreEKBVt4cqXr8LiY,10293
|
98
99
|
ansible/executor/discovery/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
99
100
|
ansible/executor/powershell/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
100
101
|
ansible/executor/powershell/async_watchdog.ps1,sha256=SbLFIC47MvXcM-Be-pthi4tVrKsSuz3jCvvLWjkEYzw,3607
|
@@ -110,13 +111,13 @@ ansible/executor/powershell/psrp_put_file.ps1,sha256=D4cQrxpOTdjJXAh7DP3-J3AVZcU
|
|
110
111
|
ansible/executor/powershell/winrm_fetch_file.ps1,sha256=wOgnMGFwNhq9c_-8kuGBNchGj69R0Udv-am39M3BEDw,979
|
111
112
|
ansible/executor/powershell/winrm_put_file.ps1,sha256=4qsc-GlqC3Z0E3fQSXkV6oMSVzxsS13ZwTXrx7krlgU,834
|
112
113
|
ansible/executor/process/__init__.py,sha256=mRvbCJPA-_veSG5ka3v04G5vsarLVDeB3EWFsu6geSI,749
|
113
|
-
ansible/executor/process/worker.py,sha256=
|
114
|
+
ansible/executor/process/worker.py,sha256=i9K7ngnDyZfA-RJCKLFkuh1iHLQOL22LOpqs37bmyVk,12963
|
114
115
|
ansible/galaxy/__init__.py,sha256=4yfCrbwz9fW-HABMhKPF0ko9_vLz7EMd9c-zg2tfqWU,2497
|
115
|
-
ansible/galaxy/api.py,sha256=
|
116
|
+
ansible/galaxy/api.py,sha256=KGz_0HTScEJKXC9bInwPsGb-Bv3YSpUr2jWmGZLtDD0,40467
|
116
117
|
ansible/galaxy/role.py,sha256=QwOkaguThfzlThtrtFYCr7Tyoa4FBVL2R3n5jZinHNE,21036
|
117
118
|
ansible/galaxy/token.py,sha256=EhSml-RGVtx7QjIo3ctHqUlMWdmJTGujK0RlWQmFPjw,6780
|
118
119
|
ansible/galaxy/user_agent.py,sha256=_Vr4ZJV8HNXhSbhw_dvUr378OjFdyhtLRHyywCjGU6g,760
|
119
|
-
ansible/galaxy/collection/__init__.py,sha256=
|
120
|
+
ansible/galaxy/collection/__init__.py,sha256=GCeDj1XUQaxLDMxPS4u5yYjAaU5A4rCj6MUb7zNsZbQ,78987
|
120
121
|
ansible/galaxy/collection/concrete_artifact_manager.py,sha256=NpvbVoLI5nyEXaef2LwAqQjXCGa8HeMiBz2DY-vKyjQ,29367
|
121
122
|
ansible/galaxy/collection/galaxy_api_proxy.py,sha256=ir_JnTxH5CTvmgnswPkaqbEgMEgaZzW3F11t_NrhWsc,7805
|
122
123
|
ansible/galaxy/collection/gpg.py,sha256=m4_AtZPZyM_D72ARZqAKa-Her9XWICb4ie6KcEh52M8,7540
|
@@ -194,14 +195,14 @@ ansible/inventory/data.py,sha256=Hy4-36CWcKEWvTm55fLw888hjmYvmGcQN0myIZRex5A,104
|
|
194
195
|
ansible/inventory/group.py,sha256=_4q692djOZmJjk2x2UQuS03lSst8zCucJnq9kVZ2uks,9351
|
195
196
|
ansible/inventory/helpers.py,sha256=8DaVEdMhIfan6Fy65AoHO3rILtl3mDzxei4_j8r4fp4,1556
|
196
197
|
ansible/inventory/host.py,sha256=Zzod7oWrsrCfv4v8oOu40ASEsrlk3IIZH4WtGs8rbU4,4654
|
197
|
-
ansible/inventory/manager.py,sha256=
|
198
|
+
ansible/inventory/manager.py,sha256=d8-48KFnmr97sPlqmYGSS4ihzatN4UBcl9eUcqtDkMI,31714
|
198
199
|
ansible/module_utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
199
200
|
ansible/module_utils/_text.py,sha256=VkWgAnSNVCbTQqZgllUObBFsH3uM4EUW5srl1UR9t1g,544
|
200
|
-
ansible/module_utils/ansible_release.py,sha256=
|
201
|
+
ansible/module_utils/ansible_release.py,sha256=d4NSvjjXAXUynpLHVr5I_-EukeLwMyyCwiGLUFbowlY,854
|
201
202
|
ansible/module_utils/api.py,sha256=8BmCzQtp9rClsLGlDn4I9iJrUFLCdnoEIxYX59_IL9c,5756
|
202
|
-
ansible/module_utils/basic.py,sha256=
|
203
|
+
ansible/module_utils/basic.py,sha256=e92CZBmokHTcQG-gcmxHZ8efweBMDalcoTAg9rJ-J9M,89711
|
203
204
|
ansible/module_utils/connection.py,sha256=EYcZ-JJ3GnCb8Hhdan2upLJfgfQGvzpPUHNY_qVXyKw,7675
|
204
|
-
ansible/module_utils/datatag.py,sha256=
|
205
|
+
ansible/module_utils/datatag.py,sha256=17e-G9STbcSX6T4QYGU4UEXIp2a-syeOPbtoI6ehWWg,1485
|
205
206
|
ansible/module_utils/errors.py,sha256=cOVAUZaQTeYaSGhKnYsT3L8vshayQHbCXzkT6HIVi_o,3345
|
206
207
|
ansible/module_utils/json_utils.py,sha256=DzkQvlXMD_clOPxRXv7rZwAwMAUii3XH_MvhS4ab39Y,3403
|
207
208
|
ansible/module_utils/service.py,sha256=Dp6mBQfptTtVIot1ehKRkkt4wYLKUNVEfVFffpopR4E,10159
|
@@ -211,19 +212,20 @@ ansible/module_utils/urls.py,sha256=Gr58U25lr79T0e58Lu23GfDFsXK1UDbKLgMNiQ-_j6c,
|
|
211
212
|
ansible/module_utils/yumdnf.py,sha256=dgMG2ASj5CdWgkxt8skEw9kTMt6cQVanhr4oVBSMH7M,7091
|
212
213
|
ansible/module_utils/_internal/__init__.py,sha256=T2ZfKvtofxP_-rFmHt_dONIRxLtCq_-adsAJrPc2JzE,2132
|
213
214
|
ansible/module_utils/_internal/_ambient_context.py,sha256=pH5Rg0BTxA3nPlxdEFXLgJlRM_lne3d-h66H5doQv2s,2582
|
214
|
-
ansible/module_utils/_internal/_ansiballz.py,sha256=
|
215
|
-
ansible/module_utils/_internal/_dataclass_annotation_patch.py,sha256=woeXHzTDpvH4bbIR_srTUkJzXkdbumgwB5mX_NhVb18,2910
|
215
|
+
ansible/module_utils/_internal/_ansiballz.py,sha256=6Cje-il-s0i_OSYImI5A2RMrTr_cMnnEljffUChNhe4,3587
|
216
216
|
ansible/module_utils/_internal/_dataclass_validation.py,sha256=TmPBK90g8Vvizlvu-UIrobgALH0l3LHrFUiysJfyRC8,8684
|
217
217
|
ansible/module_utils/_internal/_debugging.py,sha256=tXTzEuWNteF7SgkdeXZCHSZoxtKyHw2hlBjhlRmw7lk,1037
|
218
|
+
ansible/module_utils/_internal/_deprecator.py,sha256=VUVGGnXtG_1XGyF1EHha6DTl8pWAumY7gk1RU_Ww9Pc,5950
|
218
219
|
ansible/module_utils/_internal/_errors.py,sha256=RFViPohV-MMexNZfbBDtN9d928knMgBB9UPuJpvUzqI,1098
|
219
|
-
ansible/module_utils/_internal/
|
220
|
+
ansible/module_utils/_internal/_plugin_info.py,sha256=sqleowqXgu68WGBEnY9FSmEH1n26vmJSMuMBFWaKVeI,679
|
220
221
|
ansible/module_utils/_internal/_testing.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
221
222
|
ansible/module_utils/_internal/_traceback.py,sha256=Zo-ZgS1Hi9grjIX-0n5hhgodgaKTiqOoe2vAWAe-tZU,3681
|
223
|
+
ansible/module_utils/_internal/_validation.py,sha256=8CKgc_ha53EgtrPCVjOU6GvsARj09U67Ys2vvhQWS6c,558
|
222
224
|
ansible/module_utils/_internal/_concurrent/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
223
225
|
ansible/module_utils/_internal/_concurrent/_daemon_threading.py,sha256=okMP5QPoU9YhYMQF31tUJ6ChyiXJHF-6TD9t6nfjKWE,1085
|
224
226
|
ansible/module_utils/_internal/_concurrent/_futures.py,sha256=Y0hpH1QXavZbKDude5Y8oYlxPvOhQarBhTQRc97odVs,936
|
225
227
|
ansible/module_utils/_internal/_datatag/__init__.py,sha256=nhEvBp-DEK2dtK3iYSdWCWIMPu7GJD0dk72tOkp4VUM,36538
|
226
|
-
ansible/module_utils/_internal/_datatag/_tags.py,sha256=
|
228
|
+
ansible/module_utils/_internal/_datatag/_tags.py,sha256=49RJm4dqYe5Msjypc8WQJLYpTDR5GR6o5V_FAb9vBrM,471
|
227
229
|
ansible/module_utils/_internal/_json/__init__.py,sha256=KscFIf_fl3-TTM2fe68MwETHZBCxf83nZrsbVhqkpEM,2181
|
228
230
|
ansible/module_utils/_internal/_json/_legacy_encoder.py,sha256=Qz2WVbgFxprEpP174zrK7LIKEIk_cLwPsh2gbahavKo,1191
|
229
231
|
ansible/module_utils/_internal/_json/_profiles/__init__.py,sha256=X-ZpGD0AZDfJgOFyxmtusFs3AFzLut2C_XTowHUGxWY,16136
|
@@ -240,21 +242,21 @@ ansible/module_utils/_internal/_patches/_sys_intern_patch.py,sha256=ym-ZcAG56i41
|
|
240
242
|
ansible/module_utils/common/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
241
243
|
ansible/module_utils/common/_collections_compat.py,sha256=476Gfp4DP1g5ssOW_P-FFakUxC7palI_1TIBtnDBsfk,930
|
242
244
|
ansible/module_utils/common/_utils.py,sha256=940v5oANJiA9XJ6i_RtCRvA1e5GPJh3b8lRXY0KpOSI,1082
|
243
|
-
ansible/module_utils/common/arg_spec.py,sha256=
|
245
|
+
ansible/module_utils/common/arg_spec.py,sha256=kuzYbHM6yey8266Mgo-3Gfw3GLVxav0fIKpY4Nvt5_g,12354
|
244
246
|
ansible/module_utils/common/collections.py,sha256=tVks92bYcYfJQaFkqbOQwV-beuaB0AtUGNKKs8FC_FQ,3708
|
245
247
|
ansible/module_utils/common/dict_transformations.py,sha256=OEb7uuXpAErRp69aMW8KFng0qVBYqIR3133cFWQ5VeI,5525
|
246
248
|
ansible/module_utils/common/file.py,sha256=LyBp_C_nbcsalY8biqQ_2WQ_ZT1iXe8ub1nNv5alI84,2982
|
247
249
|
ansible/module_utils/common/json.py,sha256=i5CkEU4lXiiKsnK3Pwy21yjRTLWHVLkoMDfkN9fwXjY,4048
|
248
250
|
ansible/module_utils/common/locale.py,sha256=X-z_wjmd1ipcWRAahfcDKXr3uxMRqwnvALUS1fQ4XaE,2296
|
249
|
-
ansible/module_utils/common/messages.py,sha256=
|
251
|
+
ansible/module_utils/common/messages.py,sha256=adW8JzA6Kj_efal-P1d6k3LJ7eJ2opPmperzgFVDpqk,4727
|
250
252
|
ansible/module_utils/common/network.py,sha256=ffFrBriNPHFDslP54NRN3QaJADEWBG7eCgv5c7RcOHs,4226
|
251
253
|
ansible/module_utils/common/parameters.py,sha256=cTPoF2XceWvaqcr1Cks0r4yq3PLPhELAGooY4G2MJOY,37484
|
252
|
-
ansible/module_utils/common/process.py,sha256=
|
253
|
-
ansible/module_utils/common/respawn.py,sha256=
|
254
|
+
ansible/module_utils/common/process.py,sha256=4Iantrh13r_70oKljgoMeYi4C0EpjqQawLcbKcvxw9o,2234
|
255
|
+
ansible/module_utils/common/respawn.py,sha256=bR381qAFnXdhneNc6EEaBgbZaiNt4QGEJ0tHoNMtsHk,4250
|
254
256
|
ansible/module_utils/common/sentinel.py,sha256=aPX7KPw1PifJX9wq8qfStEU5oiEPmOJEn76I_08vsjo,2372
|
255
257
|
ansible/module_utils/common/sys_info.py,sha256=sFcTKy_3iurRMBsB7aocWz_H-yO4Bgq_95zgOMl4slQ,5436
|
256
258
|
ansible/module_utils/common/validation.py,sha256=ZwGbL8SntIseZruPDug5zTMBKaBJiJ7h-uoq_Hy7YZ4,20181
|
257
|
-
ansible/module_utils/common/warnings.py,sha256=
|
259
|
+
ansible/module_utils/common/warnings.py,sha256=TbA4gwu29qhjEXSJgbKTJzcbE6yuU0WrIYz84BvJ_u4,3705
|
258
260
|
ansible/module_utils/common/yaml.py,sha256=3w2Xn7jA1Ke8Fohh4yIq_3wo4S4vCpw6JN8lTYJAG0g,2900
|
259
261
|
ansible/module_utils/common/text/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
260
262
|
ansible/module_utils/common/text/converters.py,sha256=agSrDCyyMflgpLkpLDxePyadQc-vpbM4RN31dgvKwxw,12141
|
@@ -368,7 +370,7 @@ ansible/modules/apt_key.py,sha256=DmmNkVdRrhOCEhItsbXUA3TuAfXZW4A0CGZu4JeqL90,18
|
|
368
370
|
ansible/modules/apt_repository.py,sha256=AzJnzlImqU_ZWZVBMi9xAklzfMqqTOuuOH1Jp5m16pY,31529
|
369
371
|
ansible/modules/assemble.py,sha256=wJNTPSukLSkvvVu2upjBcyAJ6YyDnmY2Q-8qqUAmyKg,9257
|
370
372
|
ansible/modules/assert.py,sha256=B41GXAdBQ6XbYj9G8ENx29fhAlcnyBXm8zDqbd1TnMU,2954
|
371
|
-
ansible/modules/async_status.py,sha256=
|
373
|
+
ansible/modules/async_status.py,sha256=7qs2cyVvoFDLDWhVYzjsfdLPj89EKKjSDw5vZ1WbPH4,4589
|
372
374
|
ansible/modules/async_wrapper.py,sha256=3nwRroF8BImwYQVd9Yb0jldm_c6hdLpOsou53xiHaew,12011
|
373
375
|
ansible/modules/blockinfile.py,sha256=CkzCw73Kbkvgb763C1x_qUMkf6UdJJsyZC_Kiy85Unw,15450
|
374
376
|
ansible/modules/command.py,sha256=v7KAW_uI4zhBwaKBDZaHNSk3coZlyXoG9xGtDOM4MaY,14037
|
@@ -378,7 +380,7 @@ ansible/modules/deb822_repository.py,sha256=kHBZlGGQ_fA3dMxx_NzjC-L2ZuhkEwTTfLS6
|
|
378
380
|
ansible/modules/debconf.py,sha256=YAS1yba0yaxPrfFCLFLQwtHxlpriNxiJiwpDnmm3JP0,9362
|
379
381
|
ansible/modules/debug.py,sha256=E2UADFGHgS78KxCiOdXoojX5G4pAAMz32VGHgaPObNs,2908
|
380
382
|
ansible/modules/dnf.py,sha256=BStesAQE40-hZRMwV8IZW5j3yIv1wd1XGXsXjW1jKfw,52289
|
381
|
-
ansible/modules/dnf5.py,sha256=
|
383
|
+
ansible/modules/dnf5.py,sha256=fbsc1gmG7Egn29LinHihe_28v6gr2TN4rFDEs-B4gy4,31832
|
382
384
|
ansible/modules/dpkg_selections.py,sha256=RWtzxNNOfQ5SdwMwnt_1q-IJhLVb-nxNAriJwRHNVuI,2805
|
383
385
|
ansible/modules/expect.py,sha256=yBisXCvL8OY5c_9AibH8xY3elmKebCwoHZAJj-MFPU0,9279
|
384
386
|
ansible/modules/fail.py,sha256=kppam_caBllcF5IcKEYd-Xc--okSAOWNG9dVbpn2CwM,1659
|
@@ -386,7 +388,7 @@ ansible/modules/fetch.py,sha256=lEf84dEW1qfNJGcYhRBWyDcJPwzN0SvoM5aMj3KepzI,4191
|
|
386
388
|
ansible/modules/file.py,sha256=dIC5HGFGz9vDhnHbNZovf5vcelXsB9qsJNzho40RnDI,40125
|
387
389
|
ansible/modules/find.py,sha256=Ia2QUTCHzc58MiLUOFTkYa_NHgM3rGsuNDtrWVwzvrE,24051
|
388
390
|
ansible/modules/gather_facts.py,sha256=3t2_XMgKuB-U35tnO-JbGEsQ_E31SnZxRQ-B_DVkIu4,3107
|
389
|
-
ansible/modules/get_url.py,sha256=
|
391
|
+
ansible/modules/get_url.py,sha256=1JW5sLkkWbmXmh4rxNX05XHwn0QkcM10dnqqQ_PXMp8,27372
|
390
392
|
ansible/modules/getent.py,sha256=tq3z0Szq_m2gp4DOgACRvNJzh-tkXGzd2Ew8XxrGRWM,5592
|
391
393
|
ansible/modules/git.py,sha256=rQ6cMOgmWzfWb6A9oSRMGtE4qWfIYAirkA7GLDNYjgE,57396
|
392
394
|
ansible/modules/group.py,sha256=UKbXzwsgAFWWMlgFW8R3CyzthJXXu5JHnHnj7IlqOac,23747
|
@@ -443,12 +445,13 @@ ansible/parsing/quoting.py,sha256=myYxG625XK6rgNULbBuKp23G2R83c0UilrF1ZImDjGs,10
|
|
443
445
|
ansible/parsing/splitter.py,sha256=hgrgDTa8v6WVvya8I-2DJr9HfcgZeg6hMb9p4nSnE98,11604
|
444
446
|
ansible/parsing/utils/__init__.py,sha256=mRvbCJPA-_veSG5ka3v04G5vsarLVDeB3EWFsu6geSI,749
|
445
447
|
ansible/parsing/utils/addresses.py,sha256=gxdde1fWiOiG6r8wrwBuQS9EdbHxTQJA1peIl0mz47Y,8084
|
448
|
+
ansible/parsing/utils/jsonify.py,sha256=mDFpCkxbn7mZQoBtN3occq4EzaSxdmol9LJwXB0-T5g,1279
|
446
449
|
ansible/parsing/utils/yaml.py,sha256=B6C4swXkDypI3m2Mlm6m_hdyM-hpTpd93sbGJ7jLnE8,2314
|
447
450
|
ansible/parsing/vault/__init__.py,sha256=4DVRPLBL79xZnUqN5QSwHB-Qlsd_9jR530T4y2MWt4Q,60393
|
448
451
|
ansible/parsing/yaml/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
449
452
|
ansible/parsing/yaml/dumper.py,sha256=_GyNiVEk-ivwYtl9qkPe11_6FJA-tZGlt6jOqwdQQpk,298
|
450
453
|
ansible/parsing/yaml/loader.py,sha256=REAzmajcwu2Vld9IEl62dPRTMHBY_iJGVYE3IKNhx4o,298
|
451
|
-
ansible/parsing/yaml/objects.py,sha256=
|
454
|
+
ansible/parsing/yaml/objects.py,sha256=muP81NhLvhJAh9MZ5UTUp8AMUTkTKM4Pk-xl6gOeV1s,2150
|
452
455
|
ansible/playbook/__init__.py,sha256=5FKnJsBz35UvBbwyiLrniAwkdse8jTRzjOrI0RLU05E,4766
|
453
456
|
ansible/playbook/attribute.py,sha256=kAWselKvFurdGC0EaKJLh8b9y7IWChZwXG648aH6S-4,7800
|
454
457
|
ansible/playbook/base.py,sha256=m2U6YZDArjBqnyNZsM_On3jgy0RN_Pko-TTxuehabk4,35383
|
@@ -459,7 +462,7 @@ ansible/playbook/delegatable.py,sha256=BBcw2GU85V7ome7qX0KRg-vZyjv2J890kEHjYQOyo
|
|
459
462
|
ansible/playbook/handler.py,sha256=pXI3V0_C-ierWt09-uGZKkjpAe12wpKTTo0vV9drOco,2925
|
460
463
|
ansible/playbook/handler_task_include.py,sha256=kCrBThzmIRWKaecLl9UNB8VBvtVPI0dt8eHpBldsnlY,1391
|
461
464
|
ansible/playbook/helpers.py,sha256=lQYM_4pFcPT5eay6dUq0_2UutYc572tzHF7s9pwObUg,14881
|
462
|
-
ansible/playbook/included_file.py,sha256=
|
465
|
+
ansible/playbook/included_file.py,sha256=DsjobfIfRHHVarF3_A9RexvhaRALioiEAMvN5gImxZA,11746
|
463
466
|
ansible/playbook/loop_control.py,sha256=5rZz6aWXpvvwOD4CzrS_b_cnXIu4Gf56czkomX1NS7w,2022
|
464
467
|
ansible/playbook/notifiable.py,sha256=MQz4VZuOga35VLcdUxVd9FQVzFg-djtQZhs09DS2juA,299
|
465
468
|
ansible/playbook/play.py,sha256=RHxQgshU6c7t8qFCBdZOutdXjRjrWeqWItPJJSw2GJE,17357
|
@@ -467,17 +470,17 @@ ansible/playbook/play_context.py,sha256=fxK1UTt4kXEO9I_-gDX6W0xscCcDWa8QM-m0olD5
|
|
467
470
|
ansible/playbook/playbook_include.py,sha256=ns4aXKJjGhYaFDa9MuY3P8Qw8re87OKoT_8r5D5jEVE,7641
|
468
471
|
ansible/playbook/role_include.py,sha256=DV7num4uVJvkIY4IHgB0uHmE8-gRmaNYbuoqP0-7dTY,7610
|
469
472
|
ansible/playbook/taggable.py,sha256=PsR97eDVSXkrwPWGXHYlZd70hc_WBy2RNV0NvtAnG9w,3710
|
470
|
-
ansible/playbook/task.py,sha256=
|
473
|
+
ansible/playbook/task.py,sha256=iuvBMyaguZ_PCImg6FdY3ZAJ9eodDkozkSEQtpc1zq8,24533
|
471
474
|
ansible/playbook/task_include.py,sha256=y7jSK7CqYEXmXShJOPUi3lCYuZI85197Gp4zLYsyUPw,5258
|
472
475
|
ansible/playbook/role/__init__.py,sha256=cpm0nCmF_F0UO5tXpmkV49auW7DR5YRwdHOUEH1wXSs,29652
|
473
476
|
ansible/playbook/role/definition.py,sha256=44IRVqojhemfrdC7bU7aIiYwcFm6kWr30Hn4x0B2Y8U,9477
|
474
477
|
ansible/playbook/role/include.py,sha256=yGBXglTQDtCpZ2XO1mVxp2UtsdLpLTt30KVR2AbBe5U,2159
|
475
478
|
ansible/playbook/role/metadata.py,sha256=h439HGUucs2gOMUJlp2M0OO0_wnWWlQmTs_sOe8h6Sc,5018
|
476
479
|
ansible/playbook/role/requirement.py,sha256=CNgLa0J6zZk2YQ_aeALnjQvehkkFXhrK8LQQZs7Ztzc,4173
|
477
|
-
ansible/plugins/__init__.py,sha256=
|
480
|
+
ansible/plugins/__init__.py,sha256=h2YINajRVBLM4G5BYnGCgycC0QCF9qys_Ssb6AAM93c,8456
|
478
481
|
ansible/plugins/list.py,sha256=5lQD2AHH4ysJzPBbgYE3ASJvSZOgKppGlgPrQkmGmv8,8895
|
479
|
-
ansible/plugins/loader.py,sha256=
|
480
|
-
ansible/plugins/action/__init__.py,sha256=
|
482
|
+
ansible/plugins/loader.py,sha256=fCBAXDVvlvGCZKOImHQ48zPmDyUpdzB8t6pCh0jCbzU,81744
|
483
|
+
ansible/plugins/action/__init__.py,sha256=mJK4hA5jaj24UjeSMxhXvlddHtaCdnv6ssNfpmnuTvM,70112
|
481
484
|
ansible/plugins/action/add_host.py,sha256=pz8R7qzCwwinxTx4hEZ3FMsVJpMV3NEfQvn2wqLGLLY,3579
|
482
485
|
ansible/plugins/action/assemble.py,sha256=ePMLNuh7Ie2fp-An9G5yieg9mETqAi0RL5aNK3W47OM,6529
|
483
486
|
ansible/plugins/action/assert.py,sha256=k1kLWyaXNE-XTVWBX1eIHaSZpGg8O8WeJfa62vqzcLM,4007
|
@@ -488,7 +491,7 @@ ansible/plugins/action/debug.py,sha256=KPWtGEPbc119_e1rNQztCB-wzelJObAv16qJNHPUN
|
|
488
491
|
ansible/plugins/action/dnf.py,sha256=2ObzxBLRPBPy2JCp3wWRzR1fIEHzhS5y34CoAzTXqN0,3664
|
489
492
|
ansible/plugins/action/fail.py,sha256=MzIefYaHaRdpjgnqc9eNge0P32btlTPzO6TB22jkadk,1457
|
490
493
|
ansible/plugins/action/fetch.py,sha256=S55lvqxBTmKSV3IrcgKZTZnXz6xCSiPWLeZbUk1VzFI,10166
|
491
|
-
ansible/plugins/action/gather_facts.py,sha256=
|
494
|
+
ansible/plugins/action/gather_facts.py,sha256=VQwq9bwRwtwOiSwzLSc7N7OI5S9BxwuTgmfq6m7ATfM,9487
|
492
495
|
ansible/plugins/action/group_by.py,sha256=zbkI2A-6jyK9Ux--QVWZMJOp2VNxjaAebwJpMG6YYnc,1894
|
493
496
|
ansible/plugins/action/include_vars.py,sha256=c7lKJ7qlcdwm0HP8XRm-8VxK9JLE4feo-WDw0Tjc7RQ,11553
|
494
497
|
ansible/plugins/action/normal.py,sha256=cCHrZ3z2kB_wnnSNkmJHJWcJNRgdoxnLUNeHex-P8DE,1854
|
@@ -514,22 +517,22 @@ ansible/plugins/cache/__init__.py,sha256=mkRyVlibIizqO8ao7g5jB0APQKhbngcVobOVmD4
|
|
514
517
|
ansible/plugins/cache/base.py,sha256=bBRxjoyZ4Y18O4MGH_U5uI8NQiPDRZzxWKjMqyvta4Y,1143
|
515
518
|
ansible/plugins/cache/jsonfile.py,sha256=BVmwy7KgUkEDRgq1f82NQTQUEpxn0MIfbtExHSP5s_I,1659
|
516
519
|
ansible/plugins/cache/memory.py,sha256=AzxNRhijtssd2xZoEQYO4kiYh8OQZeE0vFgngla-QPE,1166
|
517
|
-
ansible/plugins/callback/__init__.py,sha256=
|
518
|
-
ansible/plugins/callback/default.py,sha256=
|
519
|
-
ansible/plugins/callback/junit.py,sha256=
|
520
|
-
ansible/plugins/callback/minimal.py,sha256=
|
521
|
-
ansible/plugins/callback/oneline.py,sha256
|
522
|
-
ansible/plugins/callback/tree.py,sha256=
|
520
|
+
ansible/plugins/callback/__init__.py,sha256=JhhuYyyE6fdM0AIw-caBx2zhHbpkdq0lepOFryDOXWw,29195
|
521
|
+
ansible/plugins/callback/default.py,sha256=31TI9bGMftSG4Frp7ixqM9nX5nI0r3TjNgkUon9n3vw,17632
|
522
|
+
ansible/plugins/callback/junit.py,sha256=fZw5BLeojLJqbYiAX7cuCg4iLGkRmQMnod1tu_xKZgI,14541
|
523
|
+
ansible/plugins/callback/minimal.py,sha256=4POsci-dcNcqS34_N6OHfnQEdWRYNou0gpp7n2Icjsw,3237
|
524
|
+
ansible/plugins/callback/oneline.py,sha256=GoAhI9TVsrf-4cXXeu6VK2a9Pd0c_Ko2MPp0FlzeepI,4173
|
525
|
+
ansible/plugins/callback/tree.py,sha256=gjKWlkx5i9G0SF7VjKKs8C8j3NG9WVOtXsAsGjKtWQs,3649
|
523
526
|
ansible/plugins/cliconf/__init__.py,sha256=gmcmxY7ssnbeMSRNO8d3qag_QmqM9vkcdBT42AKMy1E,22719
|
524
527
|
ansible/plugins/connection/__init__.py,sha256=5Dk6zdWL_uDwLk1Iy0WVyhqS55qytHMCr3Rt9pUfwfg,19506
|
525
|
-
ansible/plugins/connection/local.py,sha256=
|
526
|
-
ansible/plugins/connection/paramiko_ssh.py,sha256=
|
528
|
+
ansible/plugins/connection/local.py,sha256=ikW0CVPN7bxAbAIVtyYOOaOpqq9mlmo9yVVuZOQXiVM,12176
|
529
|
+
ansible/plugins/connection/paramiko_ssh.py,sha256=q81eDkrwpNox87NLL1jEptUl_PTE7-KDANIhF66dSEQ,27651
|
527
530
|
ansible/plugins/connection/psrp.py,sha256=BZrcc6wu5kZrYs0S0vTnnoV2XXlt98-KcIoR70skSpA,30736
|
528
531
|
ansible/plugins/connection/ssh.py,sha256=fe-JPvDaxTlXibB0FiHvL3emC2dBgahs5QR3Z0RUKbU,71093
|
529
532
|
ansible/plugins/connection/winrm.py,sha256=PPQGzxD72LXofXx-AzWQVEsvstktC9xbUCyCmLfeTJo,38196
|
530
533
|
ansible/plugins/doc_fragments/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
531
534
|
ansible/plugins/doc_fragments/action_common_attributes.py,sha256=Xj26JljzTDZD9aZw6nBSvdW-i5z8M7Fk6rzQqNsYKm8,2442
|
532
|
-
ansible/plugins/doc_fragments/action_core.py,sha256=
|
535
|
+
ansible/plugins/doc_fragments/action_core.py,sha256=y8SZ8aTI4Imrm7TZPyEje4Mp5_Qc-itky7y9YfSo_vE,2855
|
533
536
|
ansible/plugins/doc_fragments/backup.py,sha256=xRDCmzQXdP5JuLND3vVcpi-r_ZUxffd65RyfDQvDu6o,507
|
534
537
|
ansible/plugins/doc_fragments/checksum_common.py,sha256=7FvlK39jHxRfWZmLwypBz1Y1ccsEV9CyHDN3uAe6P9Q,995
|
535
538
|
ansible/plugins/doc_fragments/connection_pipelining.py,sha256=qakFITWoDcWWS90fLZ7HbEglbyBrqgg89Cf5Un4k2aI,1182
|
@@ -557,7 +560,7 @@ ansible/plugins/filter/combinations.yml,sha256=LttrIICjapNtZHWnvJD-C9Pv3PIKP16i8
|
|
557
560
|
ansible/plugins/filter/combine.yml,sha256=QH2zy4qr9wPpEyr-XKmphbls60M4ZSdAkj7r3cuvC3Q,1671
|
558
561
|
ansible/plugins/filter/comment.yml,sha256=nJVzBF2Qiwa-qQRioJK42cbWt3Rb5LYmfvGPhrhU8Rc,2139
|
559
562
|
ansible/plugins/filter/commonpath.yml,sha256=SPx3fPy4GPJaKmY2S8aJI1I800FOgErYAKVXV1etp1Q,696
|
560
|
-
ansible/plugins/filter/core.py,sha256=
|
563
|
+
ansible/plugins/filter/core.py,sha256=4vy5t5pfaUjClXgZDaU-Ue4vspNaDsR9tXYyWcJ6Cgw,27418
|
561
564
|
ansible/plugins/filter/dict2items.yml,sha256=A3gL25dyGrSqP44PtqQgg6paUnwReAzC7Brkqel-39E,1523
|
562
565
|
ansible/plugins/filter/difference.yml,sha256=YJnJJMYejCcBaNgxFBhYj-z6OysRHmss1gUgrIJBQFk,1091
|
563
566
|
ansible/plugins/filter/dirname.yml,sha256=Z7p7ay8s3_Zee6gIu7qr4wUC-an7lwLwuoVmgHQCKyg,820
|
@@ -623,7 +626,7 @@ ansible/plugins/filter/win_splitdrive.yml,sha256=C2MPXUTJL4zqPa4x3uDKiVftF4aHyGQ
|
|
623
626
|
ansible/plugins/filter/zip.yml,sha256=LEtp9xRWuPjWDHyHdm1rVYbe1k9hdxGToLrNriRgHc4,1352
|
624
627
|
ansible/plugins/filter/zip_longest.yml,sha256=VHaZlibbKoh9F9cxo9Z7EakellHAvJAsliVRS4Mq_co,1256
|
625
628
|
ansible/plugins/httpapi/__init__.py,sha256=k5YFXPK7gug-6LkI5gihNZR5cMY6N1uRKT4wOYRWdOE,3093
|
626
|
-
ansible/plugins/inventory/__init__.py,sha256=
|
629
|
+
ansible/plugins/inventory/__init__.py,sha256=F8vuUwdDy3PbBgiwsAEC1bnCMzLpWRpxgDkXuZ7sK6M,21873
|
627
630
|
ansible/plugins/inventory/advanced_host_list.py,sha256=9PlZtS78C7uI7Y-ypfwP2u9scck6hA64TVVAX6Ovs-I,2273
|
628
631
|
ansible/plugins/inventory/auto.py,sha256=bGznhN4RfFLznnth2C4QxCfbVdxzyQsmoT6sp8tneIY,2876
|
629
632
|
ansible/plugins/inventory/constructed.py,sha256=N1oj4IDE6rXqTd3r0yGtuwLNYtuzbBRbhFkG-Jawhig,7353
|
@@ -656,7 +659,7 @@ ansible/plugins/lookup/subelements.py,sha256=RPgYHauS5v81uc_PRAgkSOfjkxrWDS1H_Kw
|
|
656
659
|
ansible/plugins/lookup/template.py,sha256=ajdP6NYknpUvWl1P8-QVwrb9_ZNLv-NwtsBHsCvNyv0,7172
|
657
660
|
ansible/plugins/lookup/together.py,sha256=WAtJ2jagHIDL0GaOhnACA1Uh4jVtAGTZqgk61hz_ego,1768
|
658
661
|
ansible/plugins/lookup/unvault.py,sha256=EMS-dOg5b923Rku0lXV-2Gy_Gh7-MLNwT1Lj9hNy8DU,1837
|
659
|
-
ansible/plugins/lookup/url.py,sha256=
|
662
|
+
ansible/plugins/lookup/url.py,sha256=EzMzJpR3JURFDuZCjpvwK4W8cTkZj_5g5p77t3mKOyM,9173
|
660
663
|
ansible/plugins/lookup/varnames.py,sha256=4WKSH-u0ZnQD47r20c5OenaG6Vlamp6nweIZSFOJ0b8,2595
|
661
664
|
ansible/plugins/lookup/vars.py,sha256=gxADVj2vdF_AA612NihSY3HbacczOdr91UqkeaS7xu4,3266
|
662
665
|
ansible/plugins/netconf/__init__.py,sha256=50w1g2rhUo6L-xtiMT20jbR8WyOnhwNSRd2IRNSjNX4,17094
|
@@ -664,11 +667,11 @@ ansible/plugins/shell/__init__.py,sha256=arXgnTmb-1GKNDhxXBqGqp043kLPoOiia1dqK7j
|
|
664
667
|
ansible/plugins/shell/cmd.py,sha256=tH1OZ9RKtNOzOjIJ_XlPcnz0T29LLkIl7X6qlDXZHGA,2170
|
665
668
|
ansible/plugins/shell/powershell.py,sha256=82CqQ4GYHjb63r1CZ27iYEKT2E5R7EpSf4zxJAllthQ,16241
|
666
669
|
ansible/plugins/shell/sh.py,sha256=4EDpzJU9veZyVdTeZvkz1E-EPLqxD5W3_3KOYUliHX0,3898
|
667
|
-
ansible/plugins/strategy/__init__.py,sha256=
|
670
|
+
ansible/plugins/strategy/__init__.py,sha256=S1rowHRLtNkqQzPnDvpWx7BYdzUGkyIvCgTXorCMbE0,56392
|
668
671
|
ansible/plugins/strategy/debug.py,sha256=LJaaals9GQq82Idq4D39NnJrYZPcZiLcu14GsIb3SI8,1205
|
669
|
-
ansible/plugins/strategy/free.py,sha256=
|
672
|
+
ansible/plugins/strategy/free.py,sha256=gnH0U1BzBzvU0SuOYgFt7A315XQiIvvgHmxR9cLyxoA,15656
|
670
673
|
ansible/plugins/strategy/host_pinned.py,sha256=sVB_qb26bByZKjr8AdvBrLHkt-6VyFGjFcVj1udcFvk,1875
|
671
|
-
ansible/plugins/strategy/linear.py,sha256=
|
674
|
+
ansible/plugins/strategy/linear.py,sha256=CgP0SX7xc3F6mqYZ3aL0gtcWnU_XH26jZKaERZK2IcM,17783
|
672
675
|
ansible/plugins/terminal/__init__.py,sha256=HSG-tWk5k7C6If4jbCkgScCaHsedoRByBiyO70YXN_g,4420
|
673
676
|
ansible/plugins/test/__init__.py,sha256=GCotLiH_Iw78LNG4w7EL5R7-XCyz-NZLg_hd9ZEXB_Y,522
|
674
677
|
ansible/plugins/test/abs.yml,sha256=lZA0XP1oBNg___Du6SqNOkDeQC9xIcZpROYV5XJG9bg,764
|
@@ -677,7 +680,7 @@ ansible/plugins/test/any.yml,sha256=urB1M9FK_RXOeN8oJLdMfn884pnB6yv1wC1mdA84_vE,
|
|
677
680
|
ansible/plugins/test/change.yml,sha256=Kywm1gznNJRCxfHmbCEp2F5KlSMj5DGC5WKfHbr5_9E,663
|
678
681
|
ansible/plugins/test/changed.yml,sha256=Kywm1gznNJRCxfHmbCEp2F5KlSMj5DGC5WKfHbr5_9E,663
|
679
682
|
ansible/plugins/test/contains.yml,sha256=Tb-rCKkGUo4fSpY3lrAlyjJrzN8H0A2Uv1LN_HMPMQg,1288
|
680
|
-
ansible/plugins/test/core.py,sha256=
|
683
|
+
ansible/plugins/test/core.py,sha256=XYVWnzQhlzXxcdLaXOx-DLWxhJRk8GI7po7iriaBLvw,11117
|
681
684
|
ansible/plugins/test/directory.yml,sha256=UpHBKTYTqusESrl9PA5lyhhIdoMXke6sf_1z5nzkKD4,660
|
682
685
|
ansible/plugins/test/exists.yml,sha256=R8lteO8uYy-XelgK7nK3U_sTUDz0DrTO2BAUr8ltgrM,885
|
683
686
|
ansible/plugins/test/failed.yml,sha256=lTzQSd0r-SZn2y_ifWO4eszPWd72oea8fCl44p7erA0,803
|
@@ -726,14 +729,14 @@ ansible/plugins/test/version.yml,sha256=2d55HZGIniPu53z6_bV4C26_1sqRAHJqCwesOU3m
|
|
726
729
|
ansible/plugins/test/version_compare.yml,sha256=2d55HZGIniPu53z6_bV4C26_1sqRAHJqCwesOU3ma38,3283
|
727
730
|
ansible/plugins/vars/__init__.py,sha256=D3YwVKABesBwag9e7GsLOxlRWqEO5NgfHDmYSq0z_1k,1331
|
728
731
|
ansible/plugins/vars/host_group_vars.py,sha256=II1322kBCCMbBtLL31AydKJ6pmjDZNr5ab6fI7rWNXU,5921
|
729
|
-
ansible/template/__init__.py,sha256=
|
732
|
+
ansible/template/__init__.py,sha256=0Ft9uRn9ZRX19TO47Q2tXqayPtOiQMBFfpAMYkKCBNE,17850
|
730
733
|
ansible/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
731
734
|
ansible/utils/_junit_xml.py,sha256=5op7cjGK7Et0OSjcAAuUEqNWNAv5ZoNI0rkLx2ERXwM,8671
|
732
735
|
ansible/utils/_ssh_agent.py,sha256=2WlQqytGHoSkASLBscMfBOv69QAV0YNuBfKak4dh0nk,21277
|
733
736
|
ansible/utils/cmd_functions.py,sha256=VmGs5ntdVaaqAJHcCTpGG3rYAAcTNl1b2-Iw4YVOt9Y,2180
|
734
737
|
ansible/utils/color.py,sha256=LjJO_12OsJiavBxwSDVXtLxdTzdwd2YWUp1OJ6KcM2g,4057
|
735
738
|
ansible/utils/context_objects.py,sha256=vYulSJkzR3zxsQF_6_AqbPCCMy8WGC5dSqLFXJZqGIo,3034
|
736
|
-
ansible/utils/display.py,sha256=
|
739
|
+
ansible/utils/display.py,sha256=RuZlM8cIiYfwfZyjA_08y4sonESPJhqah46mm_JnuBU,48732
|
737
740
|
ansible/utils/encrypt.py,sha256=j7DcEPr_yHSLYfYEruybjCl7kFk4rKjjTebyGx_-ZbA,7590
|
738
741
|
ansible/utils/fqcn.py,sha256=_wPNWMkR0mqRdkr6fn9FRgEkaCQHw40yardWe97FfEc,1215
|
739
742
|
ansible/utils/galaxy.py,sha256=Un3XgXhx8FoC6tkp1cZ33rmiAaRg634exKruwOVhtdQ,3855
|
@@ -745,24 +748,24 @@ ansible/utils/lock.py,sha256=aP6MfrvWHdO_V756hwFsJG1I9QaQyFJq9W0tf7pCN3I,1306
|
|
745
748
|
ansible/utils/multiprocessing.py,sha256=Xgs3kXqbzVujXah0-R_D6eUcQoiapbQ-0yclNpkAvs4,614
|
746
749
|
ansible/utils/path.py,sha256=RMuCOlqUyDjIlKTAqNhD2N7iuKkL4jnvXNWh9aMtQRw,6051
|
747
750
|
ansible/utils/plugin_docs.py,sha256=qL-cuwOb4QyOllbgIs3ObCF-ArCVK3p2_3XYlI6qT90,15243
|
748
|
-
ansible/utils/py3compat.py,sha256=
|
751
|
+
ansible/utils/py3compat.py,sha256=l5x0He1q4RRPwSummCN8wHhD8PxlivcgfthllyI_XCg,578
|
749
752
|
ansible/utils/sentinel.py,sha256=3TBjBlaOB6NfoXt5MFLCHVQLbPIFx03N_glcN3cYdjo,323
|
750
753
|
ansible/utils/shlex.py,sha256=eUCZ0VkxMSEoyXCDspS9E4cI8pQWn83OFCt7sbVLB6g,841
|
751
754
|
ansible/utils/singleton.py,sha256=6nYKQz0zmslyaOvbzCSG0Eud1eIgsQiSPZ1DyY7tXtc,1024
|
752
|
-
ansible/utils/ssh_functions.py,sha256=
|
755
|
+
ansible/utils/ssh_functions.py,sha256=cwLETKrXhcdaqYlwuvUdQRv9CZKdnLt5trk9VMVrJO4,2268
|
753
756
|
ansible/utils/unicode.py,sha256=__zbdElrMS9Rrqo9H7tF8zkjKFQCFU8kTtj5cVIITxM,1100
|
754
757
|
ansible/utils/unsafe_proxy.py,sha256=f_oJ0jCOh28Aa4Ps5QuhlBuPJCigVwpNKdfffw3xGC0,2114
|
755
|
-
ansible/utils/vars.py,sha256=
|
758
|
+
ansible/utils/vars.py,sha256=RhZssst9c2fRWvlT6YgDW3v45mmea3x1KLucyzKUsE8,11443
|
756
759
|
ansible/utils/version.py,sha256=TKmSzm_MFZVJWpvmOnIEGZzRfeHLwWmeuHj16zGqb2c,7736
|
757
760
|
ansible/utils/collection_loader/__init__.py,sha256=tPRr-USq3xk7x9zq0OOnrEZzB5B1guOXL2iq0sZuL78,2493
|
758
761
|
ansible/utils/collection_loader/_collection_config.py,sha256=6r5DY_4kKGQz4qk7u9vsrNq__UmGFlCjtAV-HwJsFaM,3000
|
759
762
|
ansible/utils/collection_loader/_collection_finder.py,sha256=3E71MX6FU2OmBeK5BpJrh7lQ4Fg6kuiRMA4WxuO3JqY,55125
|
760
|
-
ansible/utils/collection_loader/_collection_meta.py,sha256=
|
763
|
+
ansible/utils/collection_loader/_collection_meta.py,sha256=p2eZArsO8RCl4PlN1x2I-7A7Q8HZpdFoeqfMNVaRgiU,1815
|
761
764
|
ansible/vars/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
762
|
-
ansible/vars/clean.py,sha256=
|
765
|
+
ansible/vars/clean.py,sha256=Y9F3gyB1swxNVixpMOMGpG0kVRFAD2OHZLn93WPKgso,6016
|
763
766
|
ansible/vars/hostvars.py,sha256=EaRFnZbPqAv8PDMF-aS_v6igoV3MNzix_VwuPviwNLI,4365
|
764
|
-
ansible/vars/manager.py,sha256=
|
765
|
-
ansible/vars/plugins.py,sha256=
|
767
|
+
ansible/vars/manager.py,sha256=pCLAvO_J_IQPBPPnOb6JHhU5t2dTXUYpj3D3eMxmJKw,28041
|
768
|
+
ansible/vars/plugins.py,sha256=Qnk83j898hQ-oiJHaKsel177tkYLwm6cCoHed4GPoiA,4519
|
766
769
|
ansible/vars/reserved.py,sha256=r7qXzXJ5uZdkRYjmyf3uSxU6EHnOVLEiMMnwOM7Q46U,2771
|
767
770
|
ansible_test/__init__.py,sha256=20VPOj11c6Ut1Av9RaurgwJvFhMqkWG3vAvcCbecNKw,66
|
768
771
|
ansible_test/_data/ansible.cfg,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -828,7 +831,7 @@ ansible_test/_internal/coverage_util.py,sha256=h1RC2h_019sOMOYMceZIx8ZIhXBNbHJcz
|
|
828
831
|
ansible_test/_internal/data.py,sha256=8APH-Bm6CeFO9ngWgZC8IxHeFzlxn0OQd6D5G1msSZU,11185
|
829
832
|
ansible_test/_internal/delegation.py,sha256=kMZB2JEJ4Ty7mqysc1RctIPXWhq4Y96v0-Vsap1YhrY,13419
|
830
833
|
ansible_test/_internal/diff.py,sha256=uzgf3ckU9kj3-pIsX_EXVVfFT7HqK8wDd6gE5JiCFlE,7311
|
831
|
-
ansible_test/_internal/docker_util.py,sha256=
|
834
|
+
ansible_test/_internal/docker_util.py,sha256=oqDeoBagpaOb2tazdJieSd7jssQjoygEq4M10UstlO0,38322
|
832
835
|
ansible_test/_internal/encoding.py,sha256=ymPqkmgg7mXUkW6MOARx0cYanX9TLLnu_NXp6n3Ujus,1380
|
833
836
|
ansible_test/_internal/executor.py,sha256=-SSTYgKckI-dWltBWt67zTU6zO7NVu_O3pgFiJG4DeQ,2960
|
834
837
|
ansible_test/_internal/git.py,sha256=TkYoTZ8CKWlP8dZZmThzzT1myItdP7_LseZ_2BMnIMA,4367
|
@@ -947,7 +950,7 @@ ansible_test/_internal/commands/sanity/import.py,sha256=FIlRTYyTuNb4zXgpmnfQa8Fv
|
|
947
950
|
ansible_test/_internal/commands/sanity/integration_aliases.py,sha256=c1yrCvCn1ldGv-D5ME42OrtYWydJQJ45kAe-LtETClw,16222
|
948
951
|
ansible_test/_internal/commands/sanity/pep8.py,sha256=PCGSymfPCUpX0Y966jV97mw3D6cpwPqPA5SwOUfEhkI,3126
|
949
952
|
ansible_test/_internal/commands/sanity/pslint.py,sha256=9k1zG_hdpTzq_6RN6RCH0TvWsIOXrJ9Gn_7OE_hWKfU,3211
|
950
|
-
ansible_test/_internal/commands/sanity/pylint.py,sha256=
|
953
|
+
ansible_test/_internal/commands/sanity/pylint.py,sha256=kS_y-rMNNpJ21Nn_gPL9Xz1fx0m2KNmCHJux7lMFoyg,11839
|
951
954
|
ansible_test/_internal/commands/sanity/shellcheck.py,sha256=ib4SFUmDjnLsnfa5PTwuh30_K8SB5CNC93_H7LKO82E,3071
|
952
955
|
ansible_test/_internal/commands/sanity/validate_modules.py,sha256=JCWt69fM_2SGDEneT8J2j_YS79zXCouMLMbYIBMmiT4,8187
|
953
956
|
ansible_test/_internal/commands/sanity/yamllint.py,sha256=B0PBgrT0bBIhvee6yM1qFWQupeQOGiV6_jmbIuVQ2_M,3424
|
@@ -1007,7 +1010,8 @@ ansible_test/_util/controller/sanity/pylint/config/ansible-test.cfg,sha256=DJyZi
|
|
1007
1010
|
ansible_test/_util/controller/sanity/pylint/config/code-smell.cfg,sha256=sp-BrEpQVZebA1FVRtb1WVegyEr5O8zj_F_1NCVuRvc,1942
|
1008
1011
|
ansible_test/_util/controller/sanity/pylint/config/collection.cfg,sha256=h2qhEF9_RvP70katitXYVjePtJDzAsGJPeARQdhBFlE,4669
|
1009
1012
|
ansible_test/_util/controller/sanity/pylint/config/default.cfg,sha256=D33wbIVfOBjkvxgWAPfN48aMZY4jh57xupsBQh6C-kg,4243
|
1010
|
-
ansible_test/_util/controller/sanity/pylint/plugins/
|
1013
|
+
ansible_test/_util/controller/sanity/pylint/plugins/deprecated_calls.py,sha256=jFEaZu2XqeNOWkvBF4HZ8CIwiDPlJcqBQKHRSpgBqws,19033
|
1014
|
+
ansible_test/_util/controller/sanity/pylint/plugins/deprecated_comment.py,sha256=tmQf_-2VAT2GVfwa9X9ruBcaj0Sz6Ifx4cXmdzJ99SQ,5226
|
1011
1015
|
ansible_test/_util/controller/sanity/pylint/plugins/hide_unraisable.py,sha256=s0AIoK03uqZSTwXSLvd4oXvf4WJ0Ckol5ingitHoMr4,836
|
1012
1016
|
ansible_test/_util/controller/sanity/pylint/plugins/string_format.py,sha256=Mb1Mx8WS4RulsORFgyctlFRR0Sn-PYPy4mVu_GYCD18,2359
|
1013
1017
|
ansible_test/_util/controller/sanity/pylint/plugins/unwanted.py,sha256=6P2KWuLmkfct-GtHa1NBSkGeviIQ8iZwcvuU3_Hc1Bw,8794
|
@@ -1057,14 +1061,14 @@ ansible_test/config/cloud-config-vultr.ini.template,sha256=XLKHk3lg_8ReQMdWfZzhh
|
|
1057
1061
|
ansible_test/config/config.yml,sha256=1zdGucnIl6nIecZA7ISIANvqXiHWqq6Dthsk_6MUwNc,2642
|
1058
1062
|
ansible_test/config/inventory.networking.template,sha256=bFNSk8zNQOaZ_twaflrY0XZ9mLwUbRLuNT0BdIFwvn4,1335
|
1059
1063
|
ansible_test/config/inventory.winrm.template,sha256=1QU8W-GFLnYEw8yY9bVIvUAVvJYPM3hyoijf6-M7T00,1098
|
1060
|
-
ansible_core-2.19.
|
1061
|
-
ansible_core-2.19.
|
1062
|
-
ansible_core-2.19.
|
1063
|
-
ansible_core-2.19.
|
1064
|
-
ansible_core-2.19.
|
1065
|
-
ansible_core-2.19.
|
1066
|
-
ansible_core-2.19.
|
1067
|
-
ansible_core-2.19.
|
1068
|
-
ansible_core-2.19.
|
1069
|
-
ansible_core-2.19.
|
1070
|
-
ansible_core-2.19.
|
1064
|
+
ansible_core-2.19.0b3.dist-info/Apache-License.txt,sha256=y16Ofl9KOYjhBjwULGDcLfdWBfTEZRXnduOspt-XbhQ,11325
|
1065
|
+
ansible_core-2.19.0b3.dist-info/BSD-3-Clause.txt,sha256=la0N3fE3Se8vBiuvUcFKA8b-E41G7flTic6P8CkUroE,1548
|
1066
|
+
ansible_core-2.19.0b3.dist-info/COPYING,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
1067
|
+
ansible_core-2.19.0b3.dist-info/METADATA,sha256=wu3SUlMaDRL4qpDfuPRFfzyyG7pCfNE5CljfJFd8tbk,7710
|
1068
|
+
ansible_core-2.19.0b3.dist-info/MIT-license.txt,sha256=jLXp2XurnyZKbye40g9tfmLGtVlxh3pPD4n8xNqX8xc,1023
|
1069
|
+
ansible_core-2.19.0b3.dist-info/PSF-license.txt,sha256=g7BC_H1qyg8Q1o5F76Vrm8ChSWYI5-dyj-CdGlNKBUo,2484
|
1070
|
+
ansible_core-2.19.0b3.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
|
1071
|
+
ansible_core-2.19.0b3.dist-info/entry_points.txt,sha256=S9yJij5Im6FgRQxzkqSCnPQokC7PcWrDW_NSygZczJU,451
|
1072
|
+
ansible_core-2.19.0b3.dist-info/simplified_bsd.txt,sha256=8R5R7R7sOa0h1Fi6RNgFgHowHBfun-OVOMzJ4rKAk2w,1237
|
1073
|
+
ansible_core-2.19.0b3.dist-info/top_level.txt,sha256=IFbRLjAvih1DYzJWg3_F6t4sCzEMxRO7TOMNs6GkYHo,21
|
1074
|
+
ansible_core-2.19.0b3.dist-info/RECORD,,
|
@@ -240,6 +240,7 @@ class PylintTest(SanitySingleVersion):
|
|
240
240
|
# plugin: deprecated (ansible-test)
|
241
241
|
if data_context().content.collection:
|
242
242
|
plugin_options.update({'--collection-name': data_context().content.collection.full_name})
|
243
|
+
plugin_options.update({'--collection-path': os.path.join(data_context().content.collection.root, data_context().content.collection.directory)})
|
243
244
|
|
244
245
|
if collection_detail and collection_detail.version:
|
245
246
|
plugin_options.update({'--collection-version': collection_detail.version})
|
@@ -722,9 +722,10 @@ def docker_rm(args: CommonConfig, container_id: str) -> None:
|
|
722
722
|
"""Remove the specified container."""
|
723
723
|
try:
|
724
724
|
# Stop the container with SIGKILL immediately, then remove the container.
|
725
|
-
#
|
726
|
-
#
|
727
|
-
|
725
|
+
# Docker supports `--timeout` for stop. The `--time` option was deprecated in v28.0.
|
726
|
+
# Podman supports `--time` for stop. The `--timeout` option was deprecated in 1.9.0.
|
727
|
+
# Both Docker and Podman support the `-t` option for stop.
|
728
|
+
docker_command(args, ['stop', '-t', '0', container_id], capture=True)
|
728
729
|
docker_command(args, ['rm', container_id], capture=True)
|
729
730
|
except SubprocessError as ex:
|
730
731
|
# Both Podman and Docker report an error if the container does not exist.
|