Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/learn/getting-started-secret-management.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ In this situation, it's often helpful to run the following command before you tr

+
----
$ .export EXTRA_PLAYBOOK_OPTS='-e hide_sensitive_output="false" -vvv'
$ export EXTRA_PLAYBOOK_OPTS='-e hide_sensitive_output="false" -vvv'
----
*This is intended as a temporary debug measure and should not be part of a normal production workflow since it may very well log secrets to stdout.*

Expand Down