From 8939f4d2f70da9d3c5a2cd6097b542561e105381 Mon Sep 17 00:00:00 2001 From: zasca Date: Fri, 11 Feb 2022 00:20:23 +0300 Subject: [PATCH] add tasks (#75489) --- docs/docsite/rst/user_guide/playbooks_handlers.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docsite/rst/user_guide/playbooks_handlers.rst b/docs/docsite/rst/user_guide/playbooks_handlers.rst index e277dd45c16..dfbb5e4a4f1 100644 --- a/docs/docsite/rst/user_guide/playbooks_handlers.rst +++ b/docs/docsite/rst/user_guide/playbooks_handlers.rst @@ -50,6 +50,7 @@ In this example playbook, the second task notifies the handler. A single task ca .. code-block:: yaml + tasks: - name: Template configuration file ansible.builtin.template: src: template.j2