fixed a syntax problem that was preventing a warning box from being displayed
This commit is contained in:
parent
3b0e9ded91
commit
ebb1d75ee0
1 changed files with 18 additions and 19 deletions
|
@ -36,7 +36,7 @@ Errors generally fall into one of the following categories:
|
|||
* 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
|
||||
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
|
||||
|
||||
Example stuff
|
||||
|
||||
|
|
Loading…
Reference in a new issue