Typo in the Warning block eneabled -> enabled (#59524)

* Typo in the Warning block eneabled -> enabled
pull/59565/head
Yannis100 5 years ago committed by Sandra McCann
parent 0a081e14d5
commit 8d1b82a26e

@ -112,7 +112,7 @@ option in Ansible configuration file or by set :envvar:`ANSIBLE_LOG_PATH` as men
The device interaction messages consist of command executed on target device and the returned response, as this
log data can contain sensitive information including passwords in plain text it is disabled by default.
Additionally, in order to prevent accidental leakage of data, a warning will be shown on every task with this
setting eneabled specifying which host has it enabled and where the data is being logged.
setting enabled specifying which host has it enabled and where the data is being logged.
Be sure to fully understand the security implications of enabling this option. The device interaction logging can be enabled either globally by setting in configuration file or by setting environment or enabled on per task basis by passing special variable to task.
@ -588,6 +588,7 @@ For example:
Suggestions to resolve:
In Ansible prior to 2.5 :
Add ``authorize: yes`` to the task. For example:
.. code-block:: yaml
@ -615,6 +616,9 @@ Add ``authorize: yes`` to the task. For example:
register: result
.. note:: Starting with Ansible 2.5 we recommend using ``connection: network_cli`` and ``become: yes``
Proxy Issues
============

Loading…
Cancel
Save