diff --git a/docsite/rst/become.rst b/docsite/rst/become.rst index 4044e01f9ad..7c5c47f3d52 100644 --- a/docsite/rst/become.rst +++ b/docsite/rst/become.rst @@ -41,7 +41,7 @@ For example, to manage a system service (which requires ``root`` privileges) whe To run a command as the ``apache`` user:: - - name: Run a command as the apache uesr + - name: Run a command as the apache user command: somecommand become: true become_user: apache