diff --git a/docs/docsite/rst/user_guide/playbooks_delegation.rst b/docs/docsite/rst/user_guide/playbooks_delegation.rst index f5e62ce9b3..e00f2a82f4 100644 --- a/docs/docsite/rst/user_guide/playbooks_delegation.rst +++ b/docs/docsite/rst/user_guide/playbooks_delegation.rst @@ -34,7 +34,7 @@ By default, Ansible will try to manage all of the machines referenced in a play gather_facts: False tasks: - name: task one - comand: hostname + command: hostname - name: task two command: hostname