diff --git a/docs/docsite/rst/user_guide/index.rst b/docs/docsite/rst/user_guide/index.rst index bb1c2df6ae7..e3f2aaf3bde 100644 --- a/docs/docsite/rst/user_guide/index.rst +++ b/docs/docsite/rst/user_guide/index.rst @@ -29,7 +29,7 @@ Writing tasks, plays, and playbooks * Running tasks only when certain conditions apply with :ref:`conditionals ` and evaluating conditions with :ref:`tests ` * Grouping a set of tasks together with :ref:`blocks ` * Running tasks only when something has changed with :ref:`handlers ` - * Changing the way Ansible :ref:`handles failures `) + * Changing the way Ansible :ref:`handles failures ` * Setting remote :ref:`environment values ` * I want to leverage the power of re-usable Ansible artifacts. How do I create re-usable :ref:`files ` and :ref:`roles `?