diff --git a/docs/docsite/rst/command_guide/cheatsheet.rst b/docs/docsite/rst/command_guide/cheatsheet.rst index 0c17adc59ad..3e9402e3da9 100644 --- a/docs/docsite/rst/command_guide/cheatsheet.rst +++ b/docs/docsite/rst/command_guide/cheatsheet.rst @@ -95,7 +95,6 @@ Running ad-hoc commands Runs ``ansible localhost``- on your local system. - ``name=apache2 state=present`` - installs the `apache2` package on a Debian-based system. - ``-b`` - uses :ref:`become ` to execute with elevated privileges. -- ``become`` - executes with root privileges. - ``-m`` - specifies a module name. - ``-K`` - prompts for the privilege escalation password.