Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in the Warning block eneabled -> enabled #59524

Merged
merged 2 commits into from
Jul 24, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
============

Expand Down