1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

fixed a syntax problem that was preventing a warning box from being displayed

This commit is contained in:
David Newswanger 2017-08-07 15:50:53 -04:00 committed by Toshio Kuratomi
parent 3b0e9ded91
commit ebb1d75ee0

View file

@ -36,7 +36,7 @@ Errors generally fall into one of the following categories:
* Not using ``connection: local`` * Not using ``connection: local``
.. warning: ``unable to open shell` .. warning:: ``unable to open shell``
The ``unable to open shell`` message is new in Ansible 2.3, it means that the ``ansible-connection`` daemon has not been able to successfully The ``unable to open shell`` message is new in Ansible 2.3, it means that the ``ansible-connection`` daemon has not been able to successfully
talk to the remote network device. This generally means that there is an authentication issue. See the "Authentication and connection issues" section talk to the remote network device. This generally means that there is an authentication issue. See the "Authentication and connection issues" section
@ -543,4 +543,3 @@ Add `authorize: yes` to the task. For example:
.. code-block:: yaml .. code-block:: yaml
Example stuff Example stuff