Skip to content

Commit c34db7e

Browse files
committed
Fix note syntax error
1 parent afbfdb0 commit c34db7e

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

source/access_to_services.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,11 @@ Kolla-Ansible and can be extracted from the encrypted passwords file
124124
``opendistro_admin_password`` which can be found within
125125
``etc/kayobe/inventory/group_vars/wazuh-manager/wazuh-secrets.yml``.
126126

127-
.. note:: Use ``ansible-vault`` to view Wazuh secrets:
128-
:substitutions:
127+
.. note::
129128

130-
``ansible-vault view --vault-password-file |vault_password_file_path| $KAYOBE_CONFIG_PATH/inventory/group_vars/wazuh-manager/wazuh-secrets.yml``
129+
Use ``ansible-vault`` to view Wazuh secrets:
130+
131+
.. code-block:: console
132+
:substitutions:
133+
134+
kayobe# ansible-vault view --vault-password-file |vault_password_file_path| $KAYOBE_CONFIG_PATH/inventory/group_vars/wazuh-manager/wazuh-secrets.yml

0 commit comments

Comments
 (0)