diff options
Diffstat (limited to 'docsite/rst/faq.rst')
-rw-r--r-- | docsite/rst/faq.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docsite/rst/faq.rst b/docsite/rst/faq.rst index e51a1751fe..a4b73b7b80 100644 --- a/docsite/rst/faq.rst +++ b/docsite/rst/faq.rst @@ -304,8 +304,6 @@ How do I keep secret data in my playbook? If you would like to keep secret data in your Ansible content and still share it publicly or keep things in source control, see :doc:`playbooks_vault`. -.. _i_dont_see_my_question: - In Ansible 1.8 and later, if you have a task that you don't want to show the results or command given to it when using -v (verbose) mode, the following task or playbook attribute can be useful:: - name: secret task @@ -323,6 +321,8 @@ Though this will make the play somewhat difficult to debug. It's recommended th be applied to single tasks only, once a playbook is completed. +.. _i_dont_see_my_question: + I don't see my question here ++++++++++++++++++++++++++++ |