You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This section discusses the behavioral changes between ``ansible-core`` 2.18 and ``ansible-core`` 2.19.
9
+
10
+
It is intended to assist in updating your playbooks, plugins and other parts of your Ansible infrastructure so they will work with this version of Ansible.
11
+
12
+
We suggest you read this page along with `ansible-core Changelog for 2.19 <https://github.com/ansible/ansible/blob/stable-2.19/changelogs/CHANGELOG-v2.19.rst>`_ to understand what updates you may need to make.
13
+
14
+
This document is part of a collection on porting. The complete list of porting guides can be found at :ref:`porting guides <porting_guides>`.
15
+
16
+
.. contents:: Topics
17
+
18
+
19
+
Playbook
20
+
========
21
+
22
+
No notable changes
23
+
24
+
25
+
Command Line
26
+
============
27
+
28
+
No notable changes
29
+
30
+
31
+
Deprecated
32
+
==========
33
+
34
+
No notable changes
35
+
36
+
37
+
Modules
38
+
=======
39
+
40
+
No notable changes
41
+
42
+
43
+
Modules removed
44
+
---------------
45
+
46
+
The following modules no longer exist:
47
+
48
+
* No notable changes
49
+
50
+
51
+
Deprecation notices
52
+
-------------------
53
+
54
+
No notable changes
55
+
56
+
57
+
Noteworthy module changes
58
+
-------------------------
59
+
60
+
No notable changes
61
+
62
+
63
+
Plugins
64
+
=======
65
+
66
+
* The ``ssh`` connection plugin now supports using ``SSH_ASKPASS`` to supply passwords
67
+
for authentication as an alternative to the ``sshpass`` program. The default is to use
68
+
``SSH_ASKPASS`` instead of ``sshpass``. This is controlled by the ``password_mechanism``
69
+
configuration for the ``ssh`` connection plugin. To switch back to using ``sshpass``
0 commit comments